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:.
>
>
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
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
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
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
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
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