[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deplyoment failing in jboss-5.1.0.GA

xmedeko do-not-reply at jboss.com
Thu Jul 9 13:44:13 EDT 2009


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



More information about the jboss-user mailing list