Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "Recursion detected" #217

Open
martinaubele opened this issue Jun 16, 2024 · 0 comments
Open

Error "Recursion detected" #217

martinaubele opened this issue Jun 16, 2024 · 0 comments

Comments

@martinaubele
Copy link

martinaubele commented Jun 16, 2024

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

martinaubele added a commit to martinaubele/transactions-essentials that referenced this issue Jun 16, 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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant