@Override
protected void fillBody(IManagedForm managedForm) {
Application application = (Application) ((AbstractGeronimoDeploymentPlanEditor) getEditor())
.getDeploymentPlan().getValue();
managedForm.addPart(new DBPoolSection(getDeploymentPlan(), body,
toolkit, getStyle(), application.getExtModule()));
}