1 Reply Latest reply on Jan 7, 2015 8:25 AM by wdfink

    Jboss 5.2 classloader depencies

    phanivyr

      Hi,

       

      How can i resolve class loader dependencies in JBoss 5.2. I have added MANIFEST.MF file and added dependencies but looks like it is not supported in 5.2. My issue is i have my application deployed under standard server as exploded war file. Some of my application classes refer to classes outside the deployment folder (i.e war file). I have added them to classpath but they are not getting recognized and getting class not found exceptions.

        • 1. Re: Jboss 5.2 classloader depencies
          wdfink

          What dependency you mean? Another EAR/WAR?

          If it is a library you might add the jar file to the server/.../lib directory, this gets picked up and the classes are accessable from every application.

           

          Does that make sense?