]
Steven Hawkins moved TEIIDSB-156 to TEIID-5874:
-----------------------------------------------
Project: Teiid (was: Teiid Spring Boot)
Key: TEIID-5874 (was: TEIIDSB-156)
Component/s: Misc. Connectors
(was: datasource)
Fix Version/s: 13.x
(was: 1.3.1)
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.x
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.