We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see first #217 to allow recursive Calls
like this: In ProcessA, Service A.a1(operation) remotecall Service B.b1 in ProcessB, and B.b1 remotecall ServiceA.a2 in ProcessA
If recursive remote calls are possible you will run in another problem:
we have to avoid the prepare call to the Coordinator
please see: #223
The text was updated successfully, but these errors were encountered:
https://github.com/atomikos/transactions-essentials/issues/222
54ee920
Avoid prepare call to the Coordinator for recursions and RequiresNew
18e695d
Avoid prepare call to the Coordinator for recursions and RequiresNew (cherry picked from commit 54ee920)
No branches or pull requests
Please see first #217 to allow recursive Calls
like this: In ProcessA, Service A.a1(operation) remotecall Service B.b1 in ProcessB, and B.b1 remotecall ServiceA.a2 in ProcessA
If recursive remote calls are possible you will run in another problem:
we have to avoid the prepare call to the Coordinator
please see: #223
The text was updated successfully, but these errors were encountered: