Thanks for the harsh reply, but I had no intention to be stressful in any way. Just pointed out this example http://code.google.com/appengine/docs/java/datastore/jdo/dataclasses.html#Embedded_Classes is not clear at all.
I'll review the spec (350 pages for JDO v3 spec). 2), I don't pass objects between PMs. I just get the object in another PM by its PK, is that wrong (always close the PM after you're done with it?). Besides, when you move away from @PersistenceCapable objects, you're done with JDO lifecycle specs (I can reuse the "Key id" value without having a PM nearby, no?). Other fields are saved to the specified values without any problems (Integer, String, Key, etc). But again, great suggestion with the JDO specs. Alex. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/_rfWq_U2qh8J. 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.
