[appengine-java] Re: List of embedded class objects in default fetch group

2009-12-27 Thread andreas_b
Back to work after the holidays :-). I changed the inner class to be a separate entity by itself, and then it works perfectly fine. It makes no sense to have that class public in my context, so I want to have it embedded, which leaves me with the same question..what am I doing wrong in the

[appengine-java] Re: List of embedded class objects in default fetch group

2009-12-23 Thread andreas_b
Hi. I'm using 1.3.0, but further investigations shows that this might not be related to lazy loading after all. I don't seem to be able to save/retrieve lists of embedded objects at all... I wrote some test examples to show my problem. I probably do something wrong here, but I really can't