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#4242683

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

Reply via email to