We are seeing some strange behavior... after we stop/restart the dev
server it freezes when trying to get an instance of the
PersistenceManager.

Steps to repeat:
1) We execute a query similar to the AppEngine example:
http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Introducing_Queries
2) It returns about 480 entities
3) We stop the server using the Eclipse console
4) We restart the server and attempt to run the same Query
5) It hangs at PMF.get().getPersistenceManager();

We put in output statements to verify, and it doesn't output the
second string and in firebug we just see the RPC request hang...
 System.out.println("getting PMF");
 PMF.get().getPersistenceManager();
 System.out.println("got PMF");

Has anyone experienced similar issues? We are running Eclipse Helios
with AppEngine 1.3.5, GWT 2.0.4, JDK 1.6_20 and the newest Google
Eclipse Plugin. We tested on Ubuntu and Windows 7 and got the same
results.

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