Error "Recursion detected"
martinaubele opened this issue · 0 comments
martinaubele commented
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