Yes, but you haven't made any effort to ascertain *when* the
ObjectManager is closed relative to that very small code snippet you
provided. You could easily dump a message into the log when it enters
that method, and another one later on, and another one before the end
of it. Only you knows what line in your code the exception occurs at.

> One thing I noticed that doesn't seem right is this line "FINE: Class
> "java.lang.PersistentLogin" was not found in the CLASSPATH

since in your query you don't specify it fully qualified so it has to
find the class so looks in java.lang, doesn't find it, and then
presumably finds it elsewhere ... but then there's no metadata defined
to allow further comment

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