Ernesto, thanks, I had my whole transaction in a spring-tx transaction, which i hoped is the same (due to isolation level SERIALIZED) as described in http://code.google.com/intl/en/appengine/docs/java/datastore/transactions.html, but doesn't work. Probably, have to try it with entity manager direct.
On Jun 16, 1:46 pm, Ernesto Oltra <[email protected]> wrote: > Memcache and Datastore transactions could help a lot: > > http://code.google.com/intl/en/appengine/docs/java/datastore/transact... > http://code.google.com/intl/en/appengine/docs/java/memcache/ -- 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.
