Java Google App Engine inconsistent data lose after restarting dev server
Posted
by user259349
on Stack Overflow
See other posts from Stack Overflow
or by user259349
Published on 2010-03-29T05:26:31Z
Indexed on
2010/03/29
5:33 UTC
Read the original article
Hit count: 390
Hello everyone,
I am using Java GAE. So far, i'm just scafolding my data objects and i'm seeing an interesting issue.
- The records that i am playing around with are getting updated properly as long as my dev server is running up. The second that the my dev server gets restarted, i lose all of my changes.
- That would be not alarming if i lost all of my records, but, there was a point of time where my data persisted through the server restart. I'm worried that i would lose production data if i launched without fixing this potential bugs?
ANy idea on wher ei should look?
© Stack Overflow or respective owner