Hi,

I am getting following error when calling pmf.getPersistenceManager():

org.datanucleus.exceptions.NucleusUserException: No available
StoreManager found for the datastore URL key "". Please make sure you
have all relevant plugins in the CLASSPATH (e.g datanucleus-rdbms?,
datanucleus-db4o?), and consider setting the persistence property
"datanucleus.storeManagerType" to the type of store you are using e.g
rdbms, db4o
        at
org.datanucleus.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:
354)
        at
org.datanucleus.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:
544)
        at
org.datanucleus.jdo.JDOPersistenceManagerFactory.getPersistenceManager(JDOPersistenceManagerFactory.java:
576)
        at
org.datanucleus.jdo.JDOPersistenceManagerFactory.getPersistenceManager(JDOPersistenceManagerFactory.java:
557)

Strange thing is it is showing url is "" although I have set it to
"appengine"

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to