1 2 Previous Next 15 Replies Latest reply on Apr 4, 2005 8:39 PM by miojo Go to original post
      • 15. Re: JBoss-3.2.4 and commons-logging.jar bug (?!)
        miojo

        Is JBoss 3.2.6, 3.2.7 and any version of JBoss 4.x had a solution to this "commons-logging" problem?

        I needed to do a hacked version of beanutils, and put it in my EAR file, "sealing" it in the jboss-app.xml using the following configuration:

        <loader-repository>
         beanutils.commons.apache.org:loader=ACSDeploy.ear
         <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
         </loader-repository>


        This worked properly, but then I faced the problem with commons-logging, and came to this post. Is there already a solution, better than removing the jar from my EAR file ?

        1 2 Previous Next