2 Replies Latest reply on Jul 26, 2011 3:14 PM by maarel

    CLass path entries in dependent jar deploying on as7

    maarel

      I have a web app that uses xslt-fo (fop v0.95). The fop.jar has in its manifest a Class-Path entry that mentions jars it depends on. I have included those jars in the war (next to fop.jar itselft) in WEB-INF/lib.

      When deploying on as7, the jboss deployment warns with a series of "Class Path entry batik-all-1.6.jar in "/content/lenex.war/WEB-INF/lib/fop.jar"  does not point to a valid jar for a Class-Path reference." Here batik-all-1.6.jar is an example and one of the jars mentioned in fop's manifest class path entry.

       

      Should I have the jar that fop depends on in a different place in the war or should I remove the class path ref from fop.jar (as it could only be useful outside the managed context of a web container? Or any other pointers?