Bit confused. Can anyone clarify?
The manual
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/...
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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...