I guess
<?xml version="1.0" encoding="UTF-8"?>
| <classloading xmlns="urn:jboss:classloading:1.0"
| name="MyWar.war"
| domain="localhost"
| export-all="NON_EMPTY"
| import-all="true">
is the opposite what you want. Maybe you should try something like
<?xml version="1.0" encoding="UTF-8"?>
| <classloading xmlns="urn:jboss:classloading:1.0"
| name="MyWar.war"
| domain="localhost"
| export-all="false"
| import-all="false">
Just my guess, try to play with that.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242683#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...