EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
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);
|
|
Description
|
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 » |
|
MDB instances are always alive...