]
Steven Hawkins resolved TEIID-5874.
-----------------------------------
Fix Version/s: 13.0.2
Resolution: Done
Ported the spring boot changes over along with refinements that will need to move back...
also updated the docs about missing properties and the new transaction mode property.
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, 13.0.2
Original Estimate: 5 hours
Remaining Estimate: 5 hours
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.