I have some transaction. I created some object and set key like this: myId = KeyFactory.createKey(parentKey, MyClass.class.getSimpleName(), id); And makePersistence. Then I update its parent. Then I commit my transaction and it's failed do concurrent modification. Parent is not updated, but this object is in base now. Can you explain it?
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
