2 Replies Latest reply on Sep 2, 2005 2:40 PM by amvzw

    Problem with the

    amvzw

      I have an ear package with my ejb.jar and other common-libraries

      Structure is as follows

      my-application.ear
      |__ ejb.jar
      |__ lib1.jar
      |__ lib2.jar
      |__ lib3.jar
      |__ META-INF/application.xml
      |__META-INF/MANIFEST.MF

      I have added a class-path entry in manifest.mf directly under my ear/META-INF

      Class-Path: lib1.jar lib2.jar lib3.jar

      My ejb.jar classes are just seeing the first "jar" .It cannot find other ones.
      There are no web modules in my application.

      Any suggestions will be helpful.