[jboss-dev-forums] [Design of POJO Server] - Re: EJB/War deployer ordering problem
adrian@jboss.org
do-not-reply at jboss.com
Sat Mar 29 10:58:44 EDT 2008
I don't understand what the issue is here?
You've always been able to override the order that ejbs/wars get deployed in.
This is the "relativeOrder" property on the ContextInfo
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-deployers/trunk/deployers-core-spi/src/main/org/jboss/deployers/spi/structure/ContextInfo.java?revision=70650&view=markup
and works the same way as the old suffix ordering in jboss4.x
It's just that the WarStructure deployer doesn't set it.
Of course this doesn't work (in the same way it didn't work in jboss-4.x)
if the war has external dependencies that aren't satisifed immediately.
But then that's the problem with using "heuristics" instead of real dependencies. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139834#4139834
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139834
More information about the jboss-dev-forums
mailing list