You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2011/01/04 20:59:46 UTC

[jira] Updated: (DBCP-341) LocalXAConnectionFactory does not properly check if Xid is equal to currentXid when resuming

     [ https://issues.apache.org/jira/browse/DBCP-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated DBCP-341:
------------------------------

    Summary: LocalXAConnectionFactory does not properly check if Xid is equal to currentXid when resuming  (was: LocalXAConnectionFactory does not properly checks if Xid is equal to currentXid when resuming)

typo

> LocalXAConnectionFactory does not properly check if Xid is equal to currentXid when resuming
> --------------------------------------------------------------------------------------------
>
>                 Key: DBCP-341
>                 URL: https://issues.apache.org/jira/browse/DBCP-341
>             Project: Commons Dbcp
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Ioannis Canellos
>             Fix For: 1.3.1, 1.4.1
>
>         Attachments: DBPC-341-patch.txt
>
>
> The current implementation checks if Xid is not equal to currentXid using the != . That doesn't work in all cases resulting in XAException.
> I think that this check should be left to the Xid implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.