[jbossts-issues] [JBoss JIRA] (JBTM-2148) Consider handling RuntimeExceptions arising from badly behaved XAResource implementations

Tom Jenkinson (JIRA) issues at jboss.org
Mon Sep 15 09:56:03 EDT 2014


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

Tom Jenkinson resolved JBTM-2148.
---------------------------------
    Resolution: Won't Fix


I don't think it is sustainable to add support for this but if our community thinks it beneficial we can re-open.

> Consider handling RuntimeExceptions arising from badly behaved XAResource implementations
> -----------------------------------------------------------------------------------------
>
>                 Key: JBTM-2148
>                 URL: https://issues.jboss.org/browse/JBTM-2148
>             Project: JBoss Transaction Manager
>          Issue Type: Enhancement
>          Components: JTA
>    Affects Versions: 4.17.19, 5.0.1
>            Reporter: Tom Jenkinson
>            Assignee: Tom Jenkinson
>
> It has been observed that some XAResource implementations throw RuntimeExceptions from their XAResource::end method.
> Although this is not spec compliant, it does mean that the transaction will never complete and as such afterCompletion would never be called, nor would we attempt to complete the remaining branches in the transaction.
> In ArjunaCore terms the transaction would be left in the state of ActionStatus.ABORTING.
> This Jira exists as a possible route for users to vote for addressing this issue. One possibility would be to try to align a RuntimeException with a response of XAResource.XA_RETRY where possible.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbossts-issues mailing list