MountainClimb / datanucleus-appengine

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

pm.detachCopyAll() throws Exception in live GAE #251

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select a list of entities with JDO-QL
2. Detach the list with pm.detachCopyAll()

What is the expected output? What do you see instead?
Expected: the list of entites are detached.
Received:

javax.jdo.JDOUserException: Object of type "..." and identity "..." was not 
detached correctly. Please consult the log for any possible information.
    at org.datanucleus.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:375)
    at org.datanucleus.jdo.JDOPersistenceManager.jdoDetachCopy(JDOPersistenceManager.java:1110)
    at org.datanucleus.jdo.JDOPersistenceManager.detachCopyAll(JDOPersistenceManager.java:1183)

What version of the product are you using? On what operating system?

Current Google App Engine cloud with 1.09 datanucleus-appengine module.

Please provide any additional information below.

Not reproducable in development environment.
No other information can be extracted from the log except the error message 
seen above.

Original issue reported on code.google.com by testmail...@gmail.com on 8 Sep 2011 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by googleco...@yahoo.co.uk on 21 Sep 2011 at 3:51

GoogleCodeExporter commented 8 years ago
Not enough information to reproduce was provided. Feel free to reopen if you 
can provide additional info.

Original comment by googleco...@yahoo.co.uk on 21 Jan 2012 at 4:38