[jboss-user] [JBoss Messaging] - JBM2 Beta4 with JBAS5.1 - Missing JAR jbm-jms-api.jar?

simon_temple do-not-reply at jboss.com
Tue Aug 18 04:29:12 EDT 2009


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?


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250084#4250084

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250084



More information about the jboss-user mailing list