[Lift] Re: H2 mapper problem

2009-07-30 Thread David Pollak
Please create a ticket with a reproduceable example at http://github.com/dpp/liftweb/issues It might be best to fork http://github.com/dpp/lift_1_1_sample/tree/master in order to create a reproduceable example. On Thu, Jul 30, 2009 at 10:47 AM, Tim N tnell...@gmail.com wrote: I am using an H2

[Lift] Re: H2 mapper problem

2009-07-30 Thread Tim N
This issue has been entered. (40) I was able to narrow it down to only being a problem if a user/ password are specified. I'm not sure if a user/password are needed in embedded mode, but I filed the issue anyway. Thanks On Jul 30, 12:51 pm, David Pollak feeder.of.the.be...@gmail.com wrote:

[Lift] Re: H2 mapper problem

2009-07-30 Thread David Pollak
On Thu, Jul 30, 2009 at 12:51 PM, Tim N tnell...@gmail.com wrote: This issue has been entered. (40) I was able to narrow it down to only being a problem if a user/ password are specified. I'm not sure if a user/password are needed in embedded mode, but I filed the issue anyway. Cool and

[Lift] Re: H2 mapper problem

2009-07-30 Thread Naftoli Gugenheim
I think I had the same problem, and if I recall correctly it was because lift wants to use the schema with the same name as the user. Create this schema with the H2 console. I think my code actually uses ;schema=... in the url. - Tim Ntnell...@gmail.com