]
Steven Hawkins updated TEIID-5874:
----------------------------------
Fix Version/s: (was: 13.0.2)
Infinispan connection should support a transactional cache
----------------------------------------------------------
Key: TEIID-5874
URL:
https://issues.redhat.com/browse/TEIID-5874
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Reporter: Steven Hawkins
Priority: Major
Fix For: 13.1
Original Estimate: 5 hours
Time Spent: 6 hours
Remaining Estimate: 0 minutes
The configuration should allow for single phase commit and non-recoverable xa. This will
need to change the transaction support on the translator, set the transaction config, and
register a transactionManager lookup that can find the configured transaction manager.
The infinispan operator does not provide a way to configure the transaction support of
the cache, so this may not fully work yet - I'll test to see what happens both with
the default cache and with trying to create one on demand.