[Lift] Re: Suggestion for JPA Tutorial

2008-10-01 Thread Derek Chen-Becker
One more note regarding transactions with JPA: The actual DB changes aren't made until the current transaction completes. Because of this, in my current code I actually aggressively close the transaction so that I can catch things like constraint violations. If you wait until the session ends to cl

[Lift] Re: Suggestion for JPA Tutorial

2008-09-30 Thread Derek Chen-Becker
I may have some time tomorrow to get it working. My initial goal is actually to get JNDI and JTA working in Jetty so that we have a dev environment that matches the production env. Derek On Tue, Sep 30, 2008 at 5:01 PM, Tim Perrett <[EMAIL PROTECTED]> wrote: > > Awesome - I personally would be v

[Lift] Re: Suggestion for JPA Tutorial

2008-09-30 Thread Tim Perrett
Awesome - I personally would be very interested to hear how you got on wtih hibernate proper. Perhaps you can bosh up a quick sample ;-) Cheers Kris Tim On Sep 30, 11:14 pm, "Kris Nuttycombe" <[EMAIL PROTECTED]> wrote: > Yup, Hibernate & JTA on Glassfish, also with EJB remoting. --~--~---

[Lift] Re: Suggestion for JPA Tutorial

2008-09-30 Thread Kris Nuttycombe
Yup, Hibernate & JTA on Glassfish, also with EJB remoting. On Tue, Sep 30, 2008 at 4:12 PM, Tim Perrett <[EMAIL PROTECTED]> wrote: > > Cool Kris - from your posts to the list im guessing your using > hibernate proper and JTA right? > > On Sep 30, 10:21 pm, "Kris Nuttycombe" <[EMAIL PROTECTED]> >

[Lift] Re: Suggestion for JPA Tutorial

2008-09-30 Thread Tim Perrett
Cool Kris - from your posts to the list im guessing your using hibernate proper and JTA right? On Sep 30, 10:21 pm, "Kris Nuttycombe" <[EMAIL PROTECTED]> wrote: > I've been trying to find the time to build out an extension to Derek's > sample app, but between it being crunch time at work and tryi

[Lift] Re: Suggestion for JPA Tutorial

2008-09-30 Thread Kris Nuttycombe
I've been trying to find the time to build out an extension to Derek's sample app, but between it being crunch time at work and trying to spend some time with my 1 year old, I haven't gotten around to it. I should be able to find a couple of hours in the next week or so to work on it, though. Kri