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

XsubinX do-not-reply at jboss.com
Mon Jul 6 05:44:13 EDT 2009


Hi Wolfgang

I removed the following jars from MyWar.war\WEB-INF\lib\  

    xmlParserAPIs-2.6.2.jar
    xml-apis-1.0.b2.jar
    xercesImpl-2.4.0.jar
    resolver-20050927.jar

and its working perfectly fine.

As an alternate solution .I also tried to isolate my application like this 

WEB-INF/jboss-classloading.xml

<?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">


Unfortunately but this is not working.

http://www.jboss.org/community/wiki/useJBossWebClassLoaderinJBoss5

Thanks
Subin


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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241934



More information about the jboss-user mailing list