I am storing some persistent data and all is working fine, I have a simple data class per examples provided in the "Storing Data" section.
However, I noticed that all my stored data got reset to null when I added a couple new fields to be stored. To give an example, my "employee" data class was storing firstName and DOB and had 5 entries. I added two more fields, lastName and isPermanent and found that my earlier 5 entries got reset to null. The new data class is working fine and all new entries are being stored as expected, but I lost existing entries. What am I doing wrong here? Is this expected behavior? How do I ensure that existing data does not get reset when new persistent fields are added to the data class? Please help! -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
