On Thu, Mar 26, 2009 at 5:34 PM, Maarten Bosteels <[email protected]> wrote: > Igor, > > IIUC, transaction-per-request will commit AFTER the response has been > rendered, right ? > That means that there's also risk for inconsistency: when the commit > fails, user will think everything is fine, but changes are rolled > back. > Or am I missing something ?
Yes, that's a problem. That's why I just make sure I call @Transactional methods and let them begin/commit the transaction. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
