[jboss-dev-forums] [EJB 3.0 Development] - Re: How to load EJB's in a specific order in JBoss 4.2.2

jaikiran do-not-reply at jboss.com
Mon Sep 21 05:11:18 EDT 2009


Nicholas,

The EJB3 user forum http://www.jboss.org/index.html?module=bb&op=viewforum&f=221 is the correct place to ask this question.

anonymous wrote : Also, can I config the specific load order of beans in JBoss?? 

In JBoss 4.2.x you can configure the load order of deployments in your application. So if you have a ejb1.jar and ejb2.jar you can configure the jboss-app.xml (check module-order element in the xsd/dtd) to load these deployments in the order they appear in the application.xml

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256103#4256103

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256103



More information about the jboss-dev-forums mailing list