[appengine-java] Re: javax.jdo.JDOFatalUserException

2009-10-20 Thread Jason (Google)
Hi Jorge. Can you post your persistent classes and the code you're using to store and retrieve your entities? Also, can you post the contents of your jdoconfig.xml file and tell me where it's located (it should be in war/WEB-INF/classes/META-INF)? Also, which version of the SDK are you using? - Jas

[appengine-java] Re: javax.jdo.JDOFatalUserException

2009-10-18 Thread Jorge
Hi Jason, I am retaking this thread because I am experiencing the same "Caused by: javax.jdo.JDOFatalUserException..." issue. I'm not using other frameworks than GAE. The IDE I'm using is NetBeans and I'm using Java. The PMF singleton is in place, just like explained in the docs. Thanks, Jorge

[appengine-java] Re: javax.jdo.JDOFatalUserException

2009-09-25 Thread Jason (Google)
Make sure you're using a PMF singleton as described here: http://code.google.com/appengine/docs/java/datastore/usingjdo.html#Getting_a_PersistenceManager_Instance Then you can call PMF.get().getPersistenceManager in all of your classes instead of continually instantiating new PersistenceManagerFa