jboss-app.xml
<jboss-app>
<loader-repository>
com.example:archive=App.ear
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</jboss-app>
I add this config file to App.ear. it can isolate the jars from jboss's jars.
but B.war cannot use A.war's jars.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166863#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...