[jboss-user] [Beginners Corner] - Re: Deployment issues with HAR and EAR

PeterJ do-not-reply at jboss.com
Tue Mar 13 10:47:08 EDT 2007


Service archives (.sar files) are deployed before Hibernate archives (.har files). To change the order, try adding the following to the jboss-app.xml file:

<module-order>strict</module-order>

This should cause the modules to be deployed in the order in which they appear.

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

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



More information about the jboss-user mailing list