4 Replies Latest reply on Apr 15, 2012 2:48 AM by raylite3 Branched to a new discussion.

    Class Path entry does not point to a valid jar for Class-Path reference

    raylite3

      Hello,

       

      I am migrating an application from 5 to 7. My WAR contains xalan-2.7.1.jar and xml-apis-2.7.1.jar. During deployment, I see this warning:

       

      10:38:06,362 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry xml-apis.jar in "/C:/Work/sample/build/war/sample.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

       

      So xalan-2.7.1.jar has this in its manifest:

       

      Class-Path: xercesImpl.jar xml-apis.jar serializer.jar

       

      Can I somehow "point" the class loader to a different jar using the jboss-deployment-structure.xml?

      Thanks in advance