Can you show us a fragment of your stack trace?
On Jun 7, 8:17 am, Mobi Share <[email protected]> wrote: > I am getting this error when i am trying to get the persistent manager > for JDO in app engine > > java.lang.ExceptionInInitializerError > > Code > PersistenceManager pm = PMF.get().getPersistenceManager(); > > The PMF class is > > package iiitd.mobishare; > > import javax.jdo.JDOHelper; > import javax.jdo.PersistenceManagerFactory; > > public final class PMF { > private static final PersistenceManagerFactory pmfInstance = > JDOHelper.getPersistenceManagerFactory("transactions- > optional"); > > private PMF() {} > > public static PersistenceManagerFactory get() { > return pmfInstance; > } > } -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
