[Lift] Re: GAE - working example?

2009-05-28 Thread denew
t;         > > > > Running the runuser target creates a war directory in the root of my > project, similar to > what the GAE Eclipse plugin creates, and starts the App Engine, but > nothing else. > The application is not accessible from the URLhttp://localhost:. > >

[Lift] Re: GAE - working example?

2009-05-27 Thread denew
Embarassingly simple really - RTFM. Within the known limitation of using Lists for the collection, not Sets, the 1->M works. Now on to the compound keys... On May 28, 9:01 am, denew wrote: > Thanks for that Andy - I had tried using 1.1.2 and 1.1.3 and thought I > had gone back to a GAE

[Lift] Re: GAE - working example?

2009-05-27 Thread denew
Thanks for that Andy - I had tried using 1.1.2 and 1.1.3 and thought I had gone back to a GAE-approved version - my mistake. I'll give that a shot On May 27, 9:11 pm, datanucleus wrote: > You're using invalid versions of DataNucleus jars (1.1.1+) with the > GAEJ plugin for datanucleus. The curre

[Lift] GAE - working example?

2009-05-26 Thread denew
Does anyone actually have a *working* GAE application/example, using Scala-style JPA, with at least a OneToMany CRUD? I'm trying to port a relatively simple Lift app to this environment, with little success. The most recent error I have centres around: java.lang.AbstractMethodError: org.datanucle

[Lift] Re: Menus active/inactive with/without redirect

2009-05-15 Thread denew
David, Hope I haven't offended protocols, just not sure the best way to send this. I've just uploaded a teensy mod to hello-lift (hello-lift-denew) which should show what I'm waffling on about. I do appreciate your help, but please don't spend too much time on it - I'm

[Lift] Re: Menus active/inactive with/without redirect

2009-05-15 Thread denew
dden" object on the "specials" menu... that way > it won't show up... is this what you mean? > > > > > > On Thu, May 14, 2009 at 10:35 PM, denew wrote: > > > A few days new to Lift, but stumbling along ok. A small issue (I hope > > this abb

[Lift] Menus active/inactive with/without redirect

2009-05-15 Thread denew
A few days new to Lift, but stumbling along ok. A small issue (I hope this abbrv. code is sufficient): ... Menu(Loc("specials", ("content" :: "specials" :: Nil) -> true, "Specials")) :: ... case RewriteRequest(ParsePath("content" :: "specials" :: page :: Nil, _, _,_), _, _) => Re