EasyBeans

MDB Factories are not added to the map of JContainer3 managed factories

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: EasyBeans 1.0 M3
  • Fix Version/s: EasyBeans 1.0 M4
  • Component/s: Core, Management
  • Description:
    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);

Activity

Hide
Guillaume Sauthier added a comment - 17/Aug/06 6:07 PM
BTW, and more important, because theses factories are missing from the Map, they are never stopped :

MDB instances are always alive...
Show
Guillaume Sauthier added a comment - 17/Aug/06 6:07 PM BTW, and more important, because theses factories are missing from the Map, they are never stopped : MDB instances are always alive...
Hide
Florent BENOIT added a comment - 13/Sep/06 3:48 PM
fixed
Show
Florent BENOIT added a comment - 13/Sep/06 3:48 PM fixed
Hide
Florent BENOIT added a comment - 01/May/08 8:13 PM
Was fixed in a previous version
Show
Florent BENOIT added a comment - 01/May/08 8:13 PM Was fixed in a previous version

People

Dates

  • Created:
    17/Aug/06 6:06 PM
    Updated:
    01/May/08 8:13 PM
    Resolved:
    13/Sep/06 3:48 PM