You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 6.0.0 and older versions
In this scenario:
In ProcessA, Service A.a1(operation) remotecall Service B.b1 in ProcessB, and B.b1 remotecall ServiceA.a2 in ProcessA
transaction failed with "recursive detect" exception when TM in ProcessA call prepare to itself
Error "Recursion detected"
In ProcessA, Service A.a1(operation) remotecall Service B.b1 in
ProcessB, and B.b1 remotecall ServiceA.a2 in ProcessA
transaction failed with "recursive detect" exception when TM in ProcessA
call prepare to itself
martinaubele
added a commit
to martinaubele/transactions-essentials
that referenced
this issue
Jun 17, 2024
Error "Recursion detected"
In ProcessA, Service A.a1(operation) remotecall Service B.b1 in
ProcessB, and B.b1 remotecall ServiceA.a2 in ProcessA
transaction failed with "recursive detect" exception when TM in ProcessA
call prepare to itself
please see also #121 for this bug.
In version 6.0.0 and older versions
In this scenario:
In ProcessA, Service A.a1(operation) remotecall Service B.b1 in ProcessB, and B.b1 remotecall ServiceA.a2 in ProcessA
transaction failed with "recursive detect" exception when TM in ProcessA call prepare to itself
Please see #218 for a fix
The text was updated successfully, but these errors were encountered: