12 Replies Latest reply on May 11, 2012 3:52 AM by tomjenkinson

    Setting up a resource manager to work with Arjuna

    ksreen

      I have the following scenario. A Jboss AS 7 with JBOSSTS running and  platform specific/proprietary transaction manager. I would like to use the platform specific TM as a resource manager.

      Can you please provide what is the configuraiton required. I have a jar which has the implementation of [javax.transaction.Transaction , javax.transaction.UserTransaction, and javax.transaction.TransactionManager] for the platform specific tm and also a class that implements the javax.transaction.xa.XAResource.