* If the deploymentpage has not been initialized, catch a
* NullPointerException and just ignore it.
*/
private void notifyGBeanSectionToRefresh() {
try {
SecurityPage securityPage = (SecurityPage) this.getManagedForm()
.getContainer();
FormEditor editor = securityPage.getEditor();
IFormPart[] parts = editor.findPage("deploymentpage")
.getManagedForm().getParts();
GBeanSection gbeanSection = null;
for (IFormPart part : parts) {
if (GBeanSection.class.isInstance(part)) {