2 Replies Latest reply on Mar 7, 2011 11:53 AM by erwincitus

    Required libraries for WS class isolation on JBOSS 4.2.3.GA

    erwincitus

      Dear all,

       

      I need some help with class issolation, i have  a application who exposes web services, an EAR, builded using maven , the app runs on a jboss 4.2.3.GA.

      Since i been trying  to separate the app log in a independet log file i configure my jboss-app.xml like this.

       

      <?xml version="1.0" encoding="UTF-8"?>

      <!DOCTYPE jboss-app PUBLIC

            "-//JBoss//DTD J2EE Application 1.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-app_4_2.dtd">

      <jboss-app>

                <loader-repository>

                          xxx=xxx.ear

                          <loader-repository-config>java2ParentDelegation=false</loader-repository-config>

                </loader-repository>

      </jboss-app>

       

       

      Also i added the log4j.jar which is necessary to make the magic and everything works (talking about log file)

      But,when my application is "deployed" the "ear" does not appear as deployed.

      After a google search and reading about class isolation i was trying to make it work adding jars (contained in jboss) but i dont know which one are necesary and not.

       

      Please,help.