[jbossts-issues] [JBoss JIRA] (JBTM-1963) Automatically added TXBridge handler should be optional

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Wed Oct 9 13:20:02 EDT 2013


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

Gytis Trikleris updated JBTM-1963:
----------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/jbosstm/narayana/pull/488, https://github.com/jbosstm/jboss-as/pull/27

    
> Automatically added TXBridge handler should be optional
> -------------------------------------------------------
>
>                 Key: JBTM-1963
>                 URL: https://issues.jboss.org/browse/JBTM-1963
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Application Server Integration, TxBridge
>            Reporter: Gytis Trikleris
>            Assignee: Gytis Trikleris
>             Fix For: 5.0.0.Final
>
>
> XTS subsystem automatically adds XTS and TXBridge handlers if the deployment has a class annotated with @WebService and @Transactional. However, TXBridge handler required the WS-AT transaction to be available for every request. If the transaction is not present, it fails to handle the message with com.arjuna.wst.UnknownTransactionException.
> The problem arises when @Transactional annotation has a type such as SUPPORTED, in which case WS-AT transaction should not be mandatory.
> We could write a wrapper for the current handler, which will delegate the call only if the transaction is available.

--
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