[Lift] Re: DB transactions - how?

2008-11-20 Thread Joachim A.
David, thanks a lot for your help. The code works perfectly. Joachim On 17 Nov., 05:45, David Pollak [EMAIL PROTECTED] wrote: Joachim, Many moons ago, Lift automatically created a JDBC transaction when it started handling an HTTP request and committed/released the connection at the end of

[Lift] Re: DB transactions - how?

2008-11-16 Thread David Pollak
Joachim, Many moons ago, Lift automatically created a JDBC transaction when it started handling an HTTP request and committed/released the connection at the end of the request. I don't know where that code went. :-( You can use the following code: /** * Build a LoanWrapper to pass into