this.poidManager = new PoidManager();
if (omfContext.getManagement() != null)
{
// register MBean in MbeanServer
ManagementServer mgntServer = omfContext.getManagement().getManagementServer();
this.storeManagerRuntime = new StoreManagerRuntime();
String mbeanName = omfContext.getDomainName() + ":InstanceName=" + omfContext.getInstanceName() +
",Type=" + ClassUtils.getClassNameForClass(storeManagerRuntime.getClass()) +
",Name=StoreManagerRuntime";
mgntServer.registerMBean(this.storeManagerRuntime, mbeanName);
}
// Factory for connections - transactional
ConfigurationElement cfElem = omfContext.getPluginManager().getConfigurationElementForExtension(
"org.jpox.store_connectionfactory",