]
Steven Hawkins logged work on TEIID-5874:
-----------------------------------------
Author: Steven Hawkins
Created on: 23/Jan/20 1:22 PM
Start Date: 23/Jan/20 1:22 PM
Worklog Time Spent: 6 hours
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 5 hours)
Time Spent: 6 hours
Worklog Id: (was: 12449947)
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
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.