具体不解释:http://code.google.com/p/datanucleus-appengine/issues/detail?id=24
Root cause:
org.datanucleus.exceptions.NucleusUserException: Object Manager has been closed
Are you using Google App Engine for java and JDO?
If you ask for a list of something you might have to call the method size(). (studip i know)
The code below would throw org.datanucleus.exceptions.NucleusUserException: "Object Manager has been closed" if we removed the call to size().