1 Reply Latest reply on Aug 18, 2009 4:42 AM by jmesnil

    JBM2 Beta4 with JBAS5.1 - Missing JAR jbm-jms-api.jar?

    simon_temple

      Bit confused. Can anyone clarify?

      The manual http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/usermanual-2.0.0.beta4/html/client-classpath.html#d0e1097 refers to jbm-jms-api.jar yet the Beta4 bundle contains jboss-jms-api.jar.

      The config/jboss-as/build.xml which we use to patch JBM2 into JBAS5 only copies files:

       <copy todir="${dest.dir}/lib">
       <fileset dir="${lib.dir}">
       <include name="jbm-*.jar"/>
       <include name="netty*.jar"/>
       </fileset>
       </copy>
      


      So we don't get a JAR with javax.jms patched into JBAS5!

      Is the file jboss-jms-api.jar named incorrectly or does the copy target (above) need changing to include this file?

      wdyt?