1 Reply Latest reply on Jul 13, 2005 11:23 AM by anton_popov

    how to access shared jar from SAR inside EAR?

    mikek753

      Hello,

      I have EAR that has services.jar and services.sar and ejb.jar

      The service.jar has common classes for ejb and mbean.
      I've added to manifest.mf:

      Manifest-Version: 1.0
      Created-By: Apache Ant 1.5.1
      Class-Path: ./services.jar

      But, mbean can't find class stored in services.jar

      What I'm missing?

      Thanks.