1 Reply Latest reply on May 21, 2012 6:23 AM by akoledzhikov

    Is it possible to make MBean start after particular EJB?

    kkkppp

      It seems that <depends> tag in jboss-service.xml only works for another MBeans, not for EJBs. There is not much documentation, only few unanswered threads.

       

      It looks like org.jboss.as.service.ServiceNameFactory modifies dependancy name to:

       

      jboss.mbean.service."<your bean definition from depends tag>".create

       

      and then deployer fails to find such a name

       

       

      Any input from developers would be greatly appreciated, I spent several days trying to make old code (from jboss 4.2) working and no luck still.