> OK, but it does not work with GAE. My persistence.xml contains <property
> name="javax.jdo.PersistenceManagerFactoryClass"
> value="org.datanucleus.jdo.JDOPersistenceManagerFactory"/>, but

In GAE/J the class ought to be
org.datanucleus.store.appengine.jdo.DatastoreJDOPersistenceManagerFactory

> following exception is thrown:
> javax.jdo.JDOFatalUserException: A property named 
> javax.jdo.PersistenceManagerFactoryClass must be specified, or a jar file 
> with a META-INF/services/javax.jdo.PersistenceManagerFactory entry must be in 
> the classpath, or a property named javax.jdo.option.PersistenceUnitName must 
> be specified.

Post the stack trace. If GAE/J doesn't support that then its a bug in
GAE/J, since this is standard JDO

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to