[Lift] Re: DB problems on Jetty restart

2009-12-31 Thread Nathan Parry
Thanks, that cleared up the problem. It even pointed out LiftRules.unloadHooks which answered my second question. On Dec 31, 12:33 am, joseph hirn joseph.h...@gmail.com wrote: Yes I had an open thread on this issue but it's not being seen as a real issue.

[Lift] Re: DB problems on Jetty restart

2009-12-31 Thread joseph hirn
Glad I could help. On Dec 31, 10:12 am, Nathan Parry npa...@gmail.com wrote: Thanks, that cleared up the problem.  It even pointed out LiftRules.unloadHooks which answered my second question. On Dec 31, 12:33 am, joseph hirn joseph.h...@gmail.com wrote: Yes I had an open thread on this

[Lift] Re: DB problems on Jetty restart

2009-12-31 Thread David Pollak
The simplest way around this issue is: new StandardDBVendor(Props.get(db.driver) openOr org.h2.Driver, Props.get(db.url) openOr jdbc:h2:lift_proto.db;AUTO_SERVER=TRUE, Props.get(db.user), Props.get(db.password))

[Lift] Re: DB problems on Jetty restart

2009-12-31 Thread Nathan Parry
Thanks for the quick turnaround! On Dec 31, 1:41 pm, David Pollak feeder.of.the.be...@gmail.com wrote: The simplest way around this issue is: new StandardDBVendor(Props.get(db.driver) openOr org.h2.Driver,                                         Props.get(db.url) openOr

[Lift] Re: DB problems on Jetty restart

2009-12-30 Thread joseph hirn
Yes I had an open thread on this issue but it's not being seen as a real issue. http://groups.google.com/group/liftweb/browse_thread/thread/78454f767280b4b5/d0f462593ae77072?hl=en#d0f462593ae77072 On Dec 30, 7:15 pm, Nathan Parry npa...@gmail.com wrote: Searching turned up a few older threads