[appengine-java] anyone know how to deal with: org.datanucleus.exceptions.NucleusUserException: Object Manager has been closed

2012-01-28 Thread John Goche
Hello, If anyone knows how to deal with org.datanucleus.exceptions.NucleusUserException: Object Manager has been closed any help would be greatly appreciated. Here is the code which is throwing the exception: static void persistStore() { PersistenceManager pm = PMF.get().getPersistenceMana

Re: [appengine-java] anyone know how to deal with: org.datanucleus.exceptions.NucleusUserException: Object Manager has been closed

2012-01-29 Thread Amy Unruh
A pointer to the related Stack Overflow question, where I've provided *an* answer, related to needing to fetch child objects before closing the PersistenceManager: http://stackoverflow.com/questions/9049491/org-datanucleus-exceptions-nucleususerexception-object-manager-has-been-closed/ Though, I s

Re: [appengine-java] anyone know how to deal with: org.datanucleus.exceptions.NucleusUserException: Object Manager has been closed

2012-01-29 Thread John Goche
Thank you Amy for your reply... On Mon, Jan 30, 2012 at 12:41 AM, Amy Unruh wrote: > A pointer to the related Stack Overflow question, where I've provided *an* > answer, related to needing to fetch child objects before closing the > PersistenceManager: > > http://stackoverflow.com/questions/9049