On Thu, Oct 11, 2012 at 5:32 AM, Olivier Truemat <[email protected]> wrote: > > While executing the transaction on a single entity which has no parent, I > received an exception stating that only ancestor queries are allowed in > transactions. Do you suggest that I am getting this exception because I am > accessing the datastore through Objectify but I wouldn't have the issue > going through JDO ?
The requirement that all queries in a transaction specify an ancestor is inherent to the datastore. It doesn't matter what API you use. Jeff -- 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.
