On Thu, Mar 26, 2009 at 5:34 PM, Maarten Bosteels
<mbosteels....@gmail.com> 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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to