2 Replies Latest reply on Feb 9, 2012 10:05 AM by reschifl

    deployment dependencies ear to war lib?

    reschifl

      Hello,

       

      is there a way to define a dependency from a deployed EAR (a.ear) to a JAR (c.jar) inside a deployed WAR (b.war)?

       

      I tried to use this inside the MANIFEST.MF of a.ear:

       

      • Dependencies:  deployment.b.war.c.jar
      • Dependencies:  deployment.b.war/lib/c.jar
      • Dependencies:  deployment.b.war.lib.c.jar

       

      But classes from the c.jar are not visible in a.ear

       

       

      Regards,

      Lars