Hi Experts,
I have one question about Transaction. Consider the flow of my application as below.
1. call my Struts Action
2. In my Action, it called at least three Session Bean methods where all of them involve inserting data into DB.
Logically, if the third session bean method failed, it should roll back the whole data (the previous two methods). How to do that? Can I cover my Action with some Transaction? Will it clash with the Transaction in the session bean?
Thanks
David
Start Free Trial