Re: [google-appengine] Multiple Relations of Same Type

2011-06-17 Thread Robert Kluin
Hi, You might want to include some of the relevant code, such as your model definitions and the code that sets and persists the entities. Also note that there is a Java specific group; might have a better chance of a Java whiz spotting it and helping you out there. Robert On Tue, Jun 14,

[google-appengine] Multiple Relations of Same Type

2011-06-15 Thread david
Hi, I have 3 classes: MyClass, MySubClass and ProblemClass The first one have two MySubClass objects: MySubClass1 and MySubClass2 Each MySubClass has a ProblemClass object: ProblemClass1 and ProblemClass2 Just before call 'manager.makePersistent(MyClass);' I checked the attribute in both