Atomikos Forum |
|
Hi,
I am using AtomikosTransactionsEssentials-3.5.1 (the free version) and I have a few questions: 1. Does this product/version support transaction propagation? Can I start a transaction in JVM1 and continue it on JVM 2? Do I have to but the licensed version for this? 2. I am not using atomikos API directly. my test case is built out of using Spring that invokes atomikos using the JTA exposed API. under this assumption how can I implement the propagation? I couldn't find any example any where. In my test case I do an insert in JVM A, and then activate a remote call using RMI on server B. in Server B I do another insert. Returning to server A I do not want to "see" the row in the db since the transaction was not committed yet. Sadly, it was committed in Server B... Any help will be appreciated. |