]
Tristan Tarrant updated ISPN-9463:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
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: Hot Rod, Remote Protocols, Transactions
Reporter: Ramesh Reddy
Assignee: Pedro Ruivo
Priority: Major
Fix For: 10.0.0.Beta3
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.