Your data is not lost -- I can see that you have several entities stored in
your datastore. It looks like your jdo.jsp file is not in the right
location. Have you placed it in the war directory? Sharing your web.xml file
would be helpful.

- Jason

On Sat, Sep 12, 2009 at 1:22 PM, Anton Ananich <[email protected]>wrote:

>
> Hi!
>
> My application became completely broken and now I can not eve backup
> data!!! Datastore does not work any longer, all the data is lost.
>
> Here is page:
>
> http://herewetest.appspot.com/jdo.jsp
>
> Here is source code:
>
> <%
>  Query q = PMF.getInstance().newQuery(Website.class);
>  List<Website> o = (List<Website>)q.execute();
>  for (Website w : o){
>          %> . <%
>          PMF.getInstance().deletePersistent(w);
>  }
> %>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to