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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...