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