Hi Ian,

Thanks for your reply. I expect I only had the server running for a minute or so at the time so that could well explain it.

I have not seen it happen again today so I will assume this is the case and keep pushing ahead with what i'm doing.

Regards,
Andrew

On 11/06/2010, at 6:30 PM, Ian Marshall <ianmarshall...@gmail.com> wrote:

Hi Andrew,

Without looking at your code, how long elapses between deleting your
items using your web application and stopping your development server?

I have found that writes to my local GAE/J datastore can take up to 1
minute to be written to the relevant file on my local file system
(which the dev app server uses as its persistent datastore). I always
wait around two minutes after the last update to this file before
stopping my dev app server.

Regards,

Ian



On Jun 10, 7:38 am, Andrew <am2...@gmail.com> wrote:
Hi,

I'm in the very early stages of building an app with GAE and am trying
to do my first "CRUD" process.

Unfortunately I've run into a problem where when I delete items they
seem to disappear during the current session in development, but when
I stop and restart the development server they reappear.

I've pasted my DAO code here if anyone is able to give me some advice
on what I may have done wrong:

http://java.pastebin.com/Jr23cMTc

Best regards,
Andrew.

--
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 google-appengine-java@googlegroups.com . To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en .


--
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to