Cross context transaction
Hi, I have a problem.
I have an application A which performs an operation
on a database1 and invokes (by spring httpinvoker) a service (an application B)
which performs an operation on a database2 (database1 and databas 2 can be the same or not).
All operations should be in a unique transaction so if the operation on database2
doesn't work the global rollback should perform a roolback on database1 also.
Do you know if it is possible do this and if there are technologies which I can
use with Spring?
Thanks a lot, Enrico