Avoid prepare call to the Coordinator for recursions and RequiresNew
Opened this issue · 0 comments
martinaubele commented
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