[google-appengine] Re: Bad entity in Datastore

2010-11-10 Thread jdwx
Hello guys, I am using Java. Usually when I am storing data, it will be a number of objects at the same time. I will first create many objects and then use persistenceManager.makePersistentAll(Objects); persistenceManager.close(); My system sometimes, will need to edit a few of these Objects,

[google-appengine] Re: Bad entity in Datastore

2010-11-10 Thread jdwx
I found the issue. Datastore cannot seem to store '%' sign! What is the workaround if I want to store '%' sign e.g. I want to store a string that says Congratulations, you got 100%!. Thank you. On Nov 11, 11:22 am, jdwx jdwxj...@gmail.com wrote: Hello guys, I am using Java. Usually when I am