Did you find a solution to this? I'm experimenting the same issue except from the internalPreCommit and I'm using JDO.
On Tuesday, November 27, 2012 12:52:04 AM UTC-3, Tony Piazza wrote: > > > 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 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
