0 Replies Latest reply on Nov 8, 2012 2:52 PM by mikevan

    Please help: Classloader issues

    mikevan

      All,

       

      I have a ear that contains a war. In the war's WEB-INF/lib directory which contains a number of files including ojdbc6.jar and commons-lang-2.4.jar.  When I attempt to deploy my ear I get the following error message:

       

      14:37:11,400 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry lib/ojdbc6.jar in "/content/myApp.ear/web-myApp.war"  does not point to a valid jar for a Class-Path reference.

      14:37:11,401 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry lib/commons-lang-2.4.jar in "/content/myApp.ear/web-myApp.war"  does not point to a valid jar for a Class-Path reference.

       

      In my MANIFEST.MF file I have the following entry:

      Class-Path: lib/ojdbc6.jar lib/commons-lang-2.4.jar

       

      Any idea why jboss isnt' picking this up?