I have two manager classes, the first calls the second and the second manager class makes an external call. Before this external call I want to commit the current transaction. There is no situation where a rollback should occur once the external call is made since I need a record of the data submitted to the external entity whatever the response is, or even if there isn't a response.
I am using Spring MVC. Is there a recommended approach that would allow me to commit within a method? Thanks -- View this message in context: http://www.nabble.com/Transactions-in-Spring-tf3727425s2369.html#a10431900 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]