Ondra Chaloupka created WFLY-11421:
--------------------------------------
Summary: Correct the compensations framework dependency to be for the XTS
subsystem
Key: WFLY-11421
URL:
https://issues.jboss.org/browse/WFLY-11421
Project: WildFly
Issue Type: Enhancement
Components: Transactions, XTS
Reporter: Ondra Chaloupka
Assignee: Ondra Chaloupka
Compensation framework was designed to enrich the XTS
(
http://narayana.io//docs/project/index.html#d0e14177) with annotations. That provides
easier way to work with the XTS transactions. As the compensations were added as direct
dependency to transactions subsystem it makes a discrepancy in its use. For full usage of
the compensations the transactions would need to link the whole XTS which is opposed to
the fact the XTS is separate subsystem the user should consider to use independently to
JTA/JTS transactions.
The goal here is move the compensations - initialization of the functionality - to XTS
rather than leaving it wrongly placed at the transactions subsystem.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)