Any chance you can post the User class and the method definition for newPersistenceManager()?
On Wed, Jan 27, 2010 at 2:04 PM, Will Bunker <[email protected]> wrote: > Also turned on logging of the Datanucleus to the finest level and am > getting the following: > > > Jan 27, 2010 2:00:08 PM org.datanucleus.PersistenceConfiguration > setProperty > INFO: Property datanucleus.rdbms.sql.allowAllSQLStatements unknown - > will be ignored > Jan 27, 2010 2:00:08 PM org.datanucleus.PersistenceConfiguration > setProperty > INFO: Property datanucleus.rdbms.stringDefaultLength unknown - will be > ignored > Jan 27, 2010 2:00:08 PM org.datanucleus.PersistenceConfiguration > setProperty > INFO: Property datanucleus.appengine.autoCreateDatastoreTxns unknown - > will be ignored > Jan 27, 2010 2:00:08 PM org.datanucleus.ObjectManagerFactoryImpl > logConfiguration > INFO: ================= Persistence Configuration =============== > Jan 27, 2010 2:00:08 PM org.datanucleus.ObjectManagerFactoryImpl > logConfiguration > INFO: DataNucleus Persistence Factory - Vendor: "DataNucleus" > Version: "1.1.5" > Jan 27, 2010 2:00:08 PM org.datanucleus.ObjectManagerFactoryImpl > logConfiguration > INFO: DataNucleus Persistence Factory initialised for datastore > URL="appengine" driver="" userName="" > Jan 27, 2010 2:00:08 PM org.datanucleus.ObjectManagerFactoryImpl > logConfiguration > INFO: =========================================================== > Jan 27, 2010 2:00:08 PM org.datanucleus.PersistenceConfiguration > setProperty > INFO: Property datanucleus.query.cached unknown - will be ignored > Jan 27, 2010 2:00:08 PM > org.datanucleus.jdo.metadata.JDOMetaDataManager <init> > INFO: Registering listener for metadata initialisation > Jan 27, 2010 2:00:08 PM org.datanucleus.jdo.metadata.JDOMetaDataManager > $MetaDataRegisterClassListener registerClass > INFO: Listener found initialisation for persistable class > com.sootra.shared.User > Jan 27, 2010 2:00:08 PM > org.datanucleus.jdo.metadata.JDOAnnotationReader > processClassAnnotations > INFO: Class "com.sootra.shared.User" has been specified with JDO > annotations so using those. > Jan 27, 2010 2:00:08 PM > org.datanucleus.store.appengine.MetaDataValidator validate > INFO: Performing appengine-specific metadata validation for > com.sootra.shared.User > Jan 27, 2010 2:00:08 PM > org.datanucleus.store.appengine.MetaDataValidator validate > INFO: Finished performing appengine-specific metadata validation for > com.sootra.shared.User > Jan 27, 2010 2:00:08 PM org.datanucleus.store.StoreDataManager > registerStoreData > INFO: Managing Persistence of Class : com.sootra.shared.User [Table : > (none), InheritanceStrategy : subclass-table] > Jan 27, 2010 2:00:08 PM org.datanucleus.store.StoreDataManager > registerStoreData > INFO: Managing Persistence of Class : com.sootra.shared.User [Table : > (none), InheritanceStrategy : subclass-table] > > So it seems to be running the metadata validation but then can't find > the enhanced information??? > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
