Are you including the same jboss-app.xml in the META-INF of both the EARs? If 
yes, then you need to change it to make them unique. Here's an example:
For ear1:

  | <?xml version="1.0"?>
  |     <jboss-app>
  |       <loader-repository>myapp.com:archive=MyAppOne</loader-repository>
  |     </jboss-app>    

For ear2:


  | <?xml version="1.0"?>
  |     <jboss-app>
  |       <loader-repository>myapp.com:archive=MyAppTwo</loader-repository>
  |     </jboss-app>    

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193682
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to