Marcio Dantas [
https://community.jboss.org/people/marcio.dantas] commented on the
document
"JBoss7 integration with Tibco EMS using 'Generic JMS RA'"
To view all comments on this document, visit:
https://community.jboss.org/docs/DOC-47346#comment-11167
--------------------------------------------------
Justin,
I tried out your project with success.
I had to do a minor change to get it working on Jboss 7.1.1.Final.
The following dependency should have compile scope:
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<version>2.2.8.GA</version>
</dependency>
Can you change this?
And it wasn't necessary to add tibcojsm jars as jboss module.
I just put them in the application's lib folder.
thx
--------------------------------------------------