JBoss Community

JBoss7 integration with Tibco EMS using 'Generic JMS RA'

new comment by Marcio Dantas View all comments on this document

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