1 Reply Latest reply on Aug 5, 2013 12:06 PM by mircea.markus

    Websphere JTA transactionManager support

    slavus

      Hi,

       

      Has anyone had succses using Infinispan JTA with Websphere Application Server v7+ trasnsaction manger?

       

      Infinispan requires TransactionManger, but Websphere does not exspose it. Websphere guys say JTA specification does not require Application Server to expose TransactionManager, only UserTransaction.

      Any hints what should I do to use Infinspan on WebSphere?

       

      Should Infinispan maybe use UserTransaction instead TM? Is it possible to create TM adapter similar what Hibernate did for WebSphere, using only synchronization callbacks?