logger.info(CMBStrings.get("cmb.ee.handleCreate", event.getElementId(), event.EVENT_TYPE));
//synchronize the bits of the classes and ask the super implementation to load the mbean
try {
synchronizeMBeanClasses(event);
} catch (final Exception e) {
throw new AdminEventListenerException(e);
}
super.handleCreate(event);
}