Hi,
where do I exactly have to place the jdoconfig.xml?
I put it under src/META-INF/.
Probably that's wrong as GAE is still complaining:
Caused by: 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.
NestedThrowables:
javax.jdo.JDOUserException: You have either specified for this PMF to use a
"persistence-unit" of "transactions-optional" (yet this doesnt exist!) or you
called JDOHelper.getPersistenceManagerFactory with "transactions-optional" as
the name of a properties file (and this doesnt exist in the CLASSPATH)
at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:861)
at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:1099)
at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:919)
at
de.verism.server.database.AccountServiceImpl.<clinit>(AccountServiceImpl.java:19)
... 42 more
So where do I have to put it?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.