Re: [appengine-java] how to add field to entity

2010-01-26 Thread John Patterson
You could try using Boolean instead of boolean. On 27 Jan 2010, at 00:48, Andrei wrote: I have entity that is already stored in db I added boolean field that i do not want to store in db, so it's not marked as @Persistent When retrieve existing entity from db i get exception java.lang.NullPo

[appengine-java] how to add field to entity

2010-01-26 Thread Andrei
I have entity that is already stored in db I added boolean field that i do not want to store in db, so it's not marked as @Persistent When retrieve existing entity from db i get exception java.lang.NullPointerException: Datastore entity with kind Data and key Data("mykey") has a null property na