[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment ordering

jaikiran do-not-reply at jboss.com
Tue Mar 13 20:16:52 EDT 2007


Change the order in the application.xml itself. 

<!-- First the har and then the ejb -->
  | < module>
  |       < har>har/xyz.har</har>
  |    </ module>
  | 
  | < module>
  |         < ejb>spring/abc.spring</ejb>
  |     </ module>

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

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



More information about the jboss-user mailing list