Is there a way to specify an order in which EJB modules will be deployed?
Apparently JBoss (unlike WebSphere for example) ignores an order in which EJB modules are specified in application.xml. So there is no way to make sure that ebjA.jar module will be deployed before ejbB.jar.
Some people here suggested use of jboss.xml for the given ejb-jar.xml and use its depends attributes to specify
dependency on JMX object there. It doesn't seem to work either.
-
JBoss: deployment order of ejb modules, how? (1 messages)
- Posted by: Ostap Bender
- Posted on: August 09 2004 13:35 EDT
Threaded Messages (1)
- JBoss: deployment order of ejb modules, how? by Dan Greening on September 22 2004 05:02 EDT
-
JBoss: deployment order of ejb modules, how?[ Go to top ]
- Posted by: Dan Greening
- Posted on: September 22 2004 05:02 EDT
- in response to Ostap Bender
This has been fixed in 3.2.6RC2. See JBoss Forum.