Open
Description
Hi.
We are using version 1.5.3 of IronJacamar, but we are encountering an error similar to the one described in the following link: https://access.redhat.com/solutions/5576281
Since it has been addressed in https://issues.redhat.com/browse/JBJCA-1413,
we compared it with the source of version 1.5.x and noticed that the behavior of the return value of enlist() in core/src/main/java/org/jboss/jca/core/connectionmanager/listener/TxConnectionListener.java seems to have changed slightly.
Is this a problem?
Version 1.4 (JBJCA-1413):
- When recordEnlist is false, enlistError is set to null, and the return value of enlist() is true.
Version 1.5.x:
- The return value of enlist() is determined by enlistResult, regardless of the state of recordEnlist.
Metadata
Metadata
Assignees
Labels
No labels