Hi Julio. How are you verifying that the entity is not persisted? Are you
querying for it or verifying using the data viewer? If you're not using the
data viewer, please try this first --
http://localhost:8080/_ah/admin(substitute your port number for 8080).

If you don't see your entities in the data viewer, can you post your source
for the PersistenceCapable objects and the code you're using to persist
them?

- Jason

On Mon, Nov 2, 2009 at 6:31 AM, Julio Faerman <jfaer...@gmail.com> wrote:

>
> Hi,
>
> I am trying to persist an object using JDO, but the object is not
> beeing persisted to the datastore. Can anyone please help me
> understand why?
> Here is what i can see in the logs from the moment i .makePersistent()
> to the point EM is closed:
>
> [DataNucleus.Persistence] - Making object persistent :
> "br.com.ximp.vike.server.model.games.ww.ac...@1392743"
> [DataNucleus.Cache] - Object
> "br.com.ximp.vike.server.model.games.ww.ac...@1392743"
> (id="org.datanucleus.identity.identityrefere...@6506f0")
> added to Level 1 cache (loadedFlags="[YYY]")
> [DataNucleus.Transaction] - Outstanding nontx update being committed
> to datastore
> [DataNucleus.Transaction] - Transaction created [DataNucleus
> Transaction, ID=Xid=
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to