[Lift] Re: Error attempting to persist Mapper

2009-06-30 Thread Jonathan A Ferguson
On 01/07/2009, at 6:10 AM, David Pollak wrote: > > > On Mon, Jun 29, 2009 at 5:53 PM, Jonathan A Ferguson > wrote: > It would be nice, is it a lot of effort to backport to 1.0.1 ? > > The bigger issue is "what is 1.0.1 and who/when will it come out"? > > Will any of the Lift committers sign up

[Lift] Re: Error attempting to persist Mapper

2009-06-30 Thread David Pollak
On Mon, Jun 29, 2009 at 5:53 PM, Jonathan A Ferguson wrote: > It would be nice, is it a lot of effort to backport to 1.0.1 ? > The bigger issue is "what is 1.0.1 and who/when will it come out"? Will any of the Lift committers sign up to spin a 1.0.1 build and release? > > What is the state of

[Lift] Re: Error attempting to persist Mapper

2009-06-29 Thread Jonathan A Ferguson
It would be nice, is it a lot of effort to backport to 1.0.1 ? What is the state of 1.1 - If we stick with 1.0 functionality should APIs be fixed? I'll become an endangered species if I move us otherwise. Jono On 30/06/2009, at 9:50 AM, David Pollak wrote: > Fixed in 1.1-SNAPSHOT > > THere'

[Lift] Re: Error attempting to persist Mapper

2009-06-29 Thread David Pollak
Fixed in 1.1-SNAPSHOT THere's an ill-fated 1.0.1 that's kinda going nowhere. Is it important to backport it to 1.0.1? On Mon, Jun 29, 2009 at 3:18 PM, Jonathan A Ferguson wrote: > I knew there would be at least one thing I would forget. > version 1.0. > > > > On 30/06/2009, at 3:51 AM, David Po

[Lift] Re: Error attempting to persist Mapper

2009-06-29 Thread Jonathan A Ferguson
I knew there would be at least one thing I would forget. version 1.0. On 30/06/2009, at 3:51 AM, David Pollak wrote: > What version of Lift are you using? > > On Thu, Jun 25, 2009 at 7:33 PM, Jonathan Ferguson > wrote: > > Hi all, > I'm attempting to persist a Mapper used to join two table

[Lift] Re: Error attempting to persist Mapper

2009-06-29 Thread David Pollak
What version of Lift are you using? On Thu, Jun 25, 2009 at 7:33 PM, Jonathan Ferguson wrote: > > Hi all, > I'm attempting to persist a Mapper used to join two tables. > > java.lang.NullPointerException: Trying to open an empty Box >at net.liftweb.util.EmptyBox.open_$bang(Box.scala:370)

[Lift] Re: Error attempting to persist Mapper

2009-06-28 Thread Jonathan Ferguson
Okay, I've raised as an issue on github - http://github.com/dpp/liftweb/issues/#issue/30 Thanks Jono On Jun 27, 2:29 am, Timothy Perrett wrote: > Ah sorry I didn't realize. mapper is not really my area so I cant say > what's causing that. > > Please raise an issue on github as we'll need to l

[Lift] Re: Error attempting to persist Mapper

2009-06-26 Thread Timothy Perrett
Ah sorry I didn't realize. mapper is not really my area so I cant say what's causing that. Please raise an issue on github as we'll need to look into this properly. Thanks, Tim On Jun 26, 4:59 pm, Naftoli Gugenhem wrote: > I think he said that code is in MetaMapper --~--~-~--~~---

[Lift] Re: Error attempting to persist Mapper

2009-06-26 Thread Naftoli Gugenhem
I think he said that code is in MetaMapper - Timothy Perrett wrote: Jono, The problem here is actually not with mapper. Look at your stack trace: java.lang.NullPointerException: Trying to open an empty Box at net.liftweb.util.EmptyBox.open_$bang(Box

[Lift] Re: Error attempting to persist Mapper

2009-06-26 Thread Timothy Perrett
Jono, The problem here is actually not with mapper. Look at your stack trace: java.lang.NullPointerException: Trying to open an empty Box at net.liftweb.util.EmptyBox.open_$bang(Box.scala:370) at net.liftweb.util.EmptyBox.open_$bang(Box.scala:366) "UPDATE "+dbTableName+" SET "+w