[infinispan-issues] [JBoss JIRA] (ISPN-9463) Provide API to enlist the resource with TransactionManager

Ramesh Reddy (JIRA) issues at jboss.org
Wed Aug 29 09:12:01 EDT 2018


Ramesh Reddy created ISPN-9463:
----------------------------------

             Summary: Provide API to enlist the resource with TransactionManager
                 Key: ISPN-9463
                 URL: https://issues.jboss.org/browse/ISPN-9463
             Project: Infinispan
          Issue Type: Enhancement
          Components: Transactions
            Reporter: Ramesh Reddy


Currently, Infinispan will automatically enlist the transaction when a transaction is bound to the executing thread. However, in cases like Teiid where remote access to Infinispan access is wrapped with a resource-adapter (RAR) the resource adapter does the explicit enlisting or delisting. For this there needs to be API provided by Infinispan Cache like

{code}
RemoteCacheManager.getXaResource()
{code}

where it can access the XA resource.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list