Yes, this is datanucleus-appengine issue 80 (Recursive relation does not work). I have starred this issue, along with 29 others.
I could not wait for the fix, so I have already worked around this issue by having all my entities of this type: · having the same entity group parent (of a different class) · using an ArrayList<[Entity]> of key values to store each entity's "children" · using a key value to store each entity's "parent" (null for the root instance, even though it still has a entity group parent). This is not ideal for me, but it works well. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
