]
Jason Greene updated WFLY-2145:
-------------------------------
Fix Version/s: 8.0.0.CR1
(was: 8.0.0.Beta1)
Automatically add XTS and TXBridge handlers to Web Services that use
JTA annotations
------------------------------------------------------------------------------------
Key: WFLY-2145
URL:
https://issues.jboss.org/browse/WFLY-2145
Project: WildFly
Issue Type: Enhancement
Components: XTS
Reporter: Paul Robinson
Assignee: Gytis Trikleris
Fix For: 8.0.0.CR1
Currently the developer needs to specify the XTS and Bridge handlers on the Web Service
that wishes inflow a WS-AT transaction. This is cumbersome and error prone.
It is quite easy to infer if the user needs these handlers by checking to see if the Web
Service uses @Transactional or @TransactionAtttibute and by looking for a WS-AT
transaction context on the inbound message.
The same can also be done for the Compensations API, by looking for @Compensatable
annotations on the Web Service. In which case, only the XTS handler should be added as no
bridging is required.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: