[appengine-java] Re: How not to Retain Values in development server?

2009-11-04 Thread Tito George
. So i need to go back and delete all the existing data available and then recreate java file. Is there any workaround atleast in local env. On Nov 2, 9:38 pm, Tito George tito...@gmail.com wrote: When ever i modify the PersistenceCapable classes i am getting error due to mismatch in the persisted

[appengine-java] Re: Issue with com.google.appengine.api.datastore.Text?

2009-11-03 Thread Tito George
Thanks, It is working. Is this an issue? Or is it specific to Text On Nov 3, 11:00 am, Rusty Wright rwright.li...@gmail.com wrote: What happens if you change @Persistent to @Persistent(defaultFetchGroup = true) ? Tito George wrote: Enviornment: Local I have a Text field in one

[appengine-java] Re: Issue with com.google.appengine.api.datastore.Text?

2009-11-03 Thread Tito George
it for your classes.  I don't understand why it's not used in the GAE web site's documentation. Tito George wrote: Thanks, It is working. Is this an issue? Or is it specific to Text On Nov 3, 11:00 am, Rusty Wright rwright.li...@gmail.com wrote: What happens if you change @Persistent

[appengine-java] How not to Retain Values in development server?

2009-11-02 Thread Tito George
When ever i modify the PersistenceCapable classes i am getting error due to mismatch in the persisted data. Is there any way for not retaining data between sessions. In the jdoconfig i can see a property like -- property name=javax.jdo.option.RetainValues value=true/. What is this for, i tried

[appengine-java] Issue with com.google.appengine.api.datastore.Text?

2009-11-02 Thread Tito George
Enviornment: Local I have a Text field in one Persistent capable object, @Persistent private com.google.appengine.api.datastore.Text event_Description; I am sure that i am not setting null into this field. But while operating on queried object event_Description.getValue() is throwing