I think I have solved it now. The application passed an object from a third 
party library in a GAE session attribute. Sometimes when the object was 
retrieved from the session attribute it didn't work (often it worked but not 
always)! Now the application creates a new instance instead of passing it in 
a session attribute and so far it's working all the time. Something to do 
with the serialization/deserialization of the object put into the session 
perhaps, or that using an old instance sometimes failed and that a new 
instance is needed in this case.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/h2EyKyGTzWEJ.
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.

Reply via email to