1 Reply Latest reply on Jun 22, 2007 2:47 AM by itsme

    Ear lib directory support

      Hi all,
      By reading the jboss 4.2 release notes, I notice the feature below:


      [ JBAS-4037 ] Add support for ear lib directory



      Can some give me an explanation of this ?
      Does it means that we could put our jars in a lib folder instead of using a META-INF file to say where they are ?

      tank in advance ?

      Meissa


        • 1. Re: Ear lib directory support
          itsme

          Yep!

          As far as I understand the java ee 5 spec all you need is to put your additional jar files (i.e. helper jars) i the lib dir of your ear and they will be on your classpath.