[appengine-java] NotSerializableException escaping Spring Controller and causing problems with Google App Engine Queue

2011-05-31 Thread Kieran Simpson
I have a Spring Controller that is being invoked via an HTTP POST from the GAE Queue Scheduler. @Controller @RequestMapping(value = RSSPoller.RSS_POLLER_URL) public class RSSPoller implements Serializable { private static final long serialVersionUID = -4925178778477404709L; public static fi

[appengine-java] Re: java.lang.RuntimeException: java.io.NotSerializableException: org.mortbay.jetty.Request at com.google.apphosting.runtime.jetty.SessionManager.serialize(SessionManager.java:393) a

2011-05-31 Thread Kieran Simpson
How can one avoid putting objects into the HttpSession? On 23/07/64 5:59 AM, Simon Knott wrote: Hi, Any object you put in the HttpSession needs to implement Serializable. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post