} catch (Exception exception) {
getAbstractSession().log(SessionLog.WARNING, SessionLog.SERVER, "problem_registering_mbean", exception);
}
// Currently the to be deprecated development MBean is generic to all server platforms
MBeanDevelopmentServices developmentMBean = new MBeanDevelopmentServices(getDatabaseSession());
ObjectInstance info = null;
try {
info = mBeanServerRuntime.registerMBean(developmentMBean, name);
} catch(InstanceAlreadyExistsException iaee) {
getAbstractSession().log(SessionLog.WARNING, SessionLog.SERVER, "problem_registering_mbean", iaee);