]
Tom Jenkinson updated JBTM-2202:
--------------------------------
Fix Version/s: 5.0.4
(was: 5.0.3)
Provide local-only alternative for Compensating Transactions API
----------------------------------------------------------------
Key: JBTM-2202
URL:
https://issues.jboss.org/browse/JBTM-2202
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: TXFramework, XTS
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 5.0.4
Currently the compensating transactions uses WS-BA under the covers, regardless of wether
a distribute transaction is required. This was done as it covered both the local-only and
distributed case.
However, this approach has a significant performance problem for cases where distributed
transactions are not required. Therefore the developer should be able to chose a more
lightweight local-only implementation that uses the Sagas model directly, rather than via
the WS-BA implementation.