gusgogar / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Throw JDOCanRetryException when ConcurrentMod hit during txn commit #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now we throw a JDOException when we encounter ConcurrentMod during
txn commit.  We should throw JDOCanRetryException instead.  Basically we
need to make the example in the docs work:
http://code.google.com/appengine/docs/java/datastore/transactions.html#What_Can_
Be_Done_In_a_Transaction

Original issue reported on code.google.com by max.r...@gmail.com on 25 Sep 2009 at 6:35

GoogleCodeExporter commented 9 years ago

Original comment by max.r...@gmail.com on 25 Sep 2009 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by max.r...@gmail.com on 25 Sep 2009 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by max.r...@gmail.com on 26 Jan 2010 at 12:19