[jbossts-issues] [JBoss JIRA] (JBTM-1918) Automatically add XTS and TXBridge handlers to Web Services that use JTA annotations

Paul Robinson (JIRA) jira-events at lists.jboss.org
Thu Sep 12 06:00:05 EDT 2013


Paul Robinson created JBTM-1918:
-----------------------------------

             Summary: Automatically add XTS and TXBridge handlers to Web Services that use JTA annotations
                 Key: JBTM-1918
                 URL: https://issues.jboss.org/browse/JBTM-1918
             Project: JBoss Transaction Manager
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: XTS
            Reporter: Paul Robinson
            Assignee: Gytis Trikleris
             Fix For: 5.0.0.M5


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: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list