Hi,
Can anyone help :

In the app engine management screen, pressing the datastore viewer
brings an error screen with no details.
So, I started searching for corrupt data , and after writing some code
found possible instances in the data store where items with duplicate
primary keys seem to be committed.
I then wrote some code to try and delete them , calling
PersistenceManager.deletePersistent  with these items, and while no
exceptions where thrown , they are still in the datastore!!!!

any ideas?
The application itself seems to be working fine, but I am afraid I am
missing something bigger here.

Thanks in advance

-- 
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-j...@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