2 Replies Latest reply on Jan 7, 2007 4:06 PM by jussi_po

    Classpath problem with spring

    jussi_po

      I have problems to find classes from spring module which are in jar in the ear root.

      My ear:
      app.ear/
      util.jar
      module.spring/

      My spring module does not find classes inside util.jar. Even though i have added the util.jar to the manifest file in module.spring.

      manifest.mf file:

      Class-Path: util.jar

      This works with EJB modules but for some reason not in here. How I can avoid copying classes from util.jar to every module that I have?

      -jus