[jboss-jira] [JBoss JIRA] (WFLY-2145) Automatically add XTS and TXBridge handlers to Web Services that use JTA annotations

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Mon Oct 28 05:30:02 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gytis Trikleris closed WFLY-2145.
---------------------------------


    
> 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
>      Security Level: Public(Everyone can see) 
>          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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list