[jbossts-issues] [JBoss JIRA] Closed: (JBTM-256) TransactionImple::endSuspendedRMs may dive out before ending all XAResources

Andrew Dinn (JIRA) jira-events at lists.jboss.org
Wed Dec 10 06:23:47 EST 2008


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

Andrew Dinn closed JBTM-256.
----------------------------

    Resolution: Done


This has been fixed but there is not yet any test case for it.

> TransactionImple::endSuspendedRMs may dive out before ending all XAResources
> ----------------------------------------------------------------------------
>
>                 Key: JBTM-256
>                 URL: https://jira.jboss.org/jira/browse/JBTM-256
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JTA Implementation, JTS Implementation
>    Affects Versions: 4.2.3.SP5
>            Reporter: Andrew Dinn
>            Assignee: Andrew Dinn
>             Fix For: 4.5
>
>          Time Spent: 30 minutes
>  Remaining Estimate: 0 minutes
>
> TransactionImple::endSuspendedRMs loops through all enlisted XAResources sending them an end() as a precursor to commit or rollback. It is supposed to notify all resources even if one (or more) of them throws an exception, returning true iff they all complete. As currently coded it returns failure at the first exception, potentially omitting some of the end() calls.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossts-issues mailing list