Have you looked at the GAE persistence blog of Max Ross of Google?
There are some excellent working examples there... I have found it
useful whilst working through my own private JDO nightmare!



On Apr 8, 10:49 am, Luca Matteis <lmatt...@gmail.com> wrote:
> Argh! Nothing! I just tried making all changes... nothing.. same results :(
> It's incredible I can't find any example online that involves editing
> a child owned entity.
>
> On Fri, Apr 8, 2011 at 11:41 AM, Simon Knott <knott.si...@gmail.com> wrote:
> > I've no idea whether it makes any difference, but try changing the
> > following:
>
> >     @Persistent
> >     private MyImage avatar;
>
> > to
>
> >     @Persistent(defaultFetchGroup = "true")
> >     private MyImage avatar;
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to google-appengine-java@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to