Hide
When activating Management, the EJBModule of the MDB sample don't show the ObjectName of the MDB.
It seems that JContainer3.createMessageDrivenBeanFactory() method miss the following line :
// Add the factory to the managed factories
factories.put(className, mdbMessageEndPointFactory);
Show
When activating Management, the EJBModule of the MDB sample don't show the ObjectName of the MDB.
It seems that JContainer3.createMessageDrivenBeanFactory() method miss the following line :
// Add the factory to the managed factories
factories.put(className, mdbMessageEndPointFactory);
MDB instances are always alive...