I am trying convert a Java project using JPA/Cloud SQL to use JPA/Datastore instead. I see these messages in the log when running the application:
I 2012-11-26 19:39:13.660 org.datanucleus.TransactionImpl internalPreCommit: >> calling preCommit on org.datanucleus.store.connection.ConnectionManagerImpl$2@17a0b4d I 2012-11-26 19:39:13.661 org.datanucleus.TransactionImpl internalPreCommit: >> calling preCommit on org.datanucleus.ObjectManagerImpl@aab59f I 2012-11-26 19:39:13.661 org.datanucleus.TransactionImpl preFlush: >> calling preFlush on org.datanucleus.store.connection.ConnectionManagerImpl$2@17a0b4d I 2012-11-26 19:39:13.661 org.datanucleus.TransactionImpl preFlush: >> calling preFlush on org.datanucleus.ObjectManagerImpl@aab59f The problem is that I don't see the entities that should be persisted. The Datastore Admin says "Datastore is empty" and the Datastore Viewer can't find any kinds associated with my entities. Any ideas as to what might be wrong? Thanks in advance for your help. -Tony -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/q0EuLKppbLkJ. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.