Thanks for the reply.

i'm currently involved in migrating an enterprise application from weblogic to 
jboss whereby it is necessary to ensure that certain ejb modules are deployed 
before others. 

The problem is to make sure that after a server startup jms messages which were 
not delivered yet (due to a server shutdown) could be processed by MDB's before 
other ressources (modules) needed for processing are available. this could 
cause problems which would be avoided with a right deployment order declaration.

with weblogic it was possible to specify the deployment order of the modules in 
a config.xml whereby a prefixing was not necessary. (this is why i asked 
whether there is a more convenient way to organize the order) now we have to 
rename our archives after the entire build process before packing everything 
together in the ear file to ensure the order. as a workaround  i wrote an own 
ant task which solves the problem but a configuration file way would be less 
troublesome and not that much expensive.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to