Local datastore not persisted between application restarts
问题 I am running the GuestBook example from Google Developer CodeLab. When adding an entry, it shows up in the list of greetings and in the local datastore So far so good... When I restart the application, however, only some of the entries still exist, while some disappear entirely, both from the list maintained by my app, and from the local datastore, as seen in above link. I am using the google plugin for Eclipse to develop and test my application. Can anyone point me in the right direction?