[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 wrote: > 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"

[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.passw

[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 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 wrote: > > > Yes I had an open thread on this issue but it's not being seen as a

[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 wrote: > 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/t

[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 wrote: > Searching turned up a few older threads similar to the p