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