Hi everyone,
We are currently having a transaction issue when we use spring remoting inside our application.
We used to do this remote calls using HTTP invocation, but this kind of invocation does not work with transactions. As soon as we execute this (HTTP)remote call, we lose our existing transaction, this way a single complete rollback becomes impossible.
To solve this problem we are looking for solutions.
Using EJB invocation would solve the transaction problems, but that will also have a significant impact on the existing applications/architecture.
That is why we post this question on the forum , because activiti suggests you should use spring integration; but does anyone have a best practice idea about combining remoting with the activiti way of life?
Thanks in advance