[appengine-java] appengine complained can't seriialize javax.faces.component.UIParameter object???

2011-08-22 Thread nella
Hi, I have a JSF2 app that is able to run on my local instance. However, after I deployed to GAE, i encountered an object serialization runtime error on pages containing a UIPrameter object (e.g. ) I've tried the same app on glassfish (local) and tomcat (local), and they both run fine. I

Re: [appengine-java] appengine complained can't seriialize javax.faces.component.UIParameter object???

2011-08-22 Thread Stephen Johnson
Hi, The local dev stores session information in memory so you won't get the NotSerializableException on local dev because the local dev doesn't need to serialize the objects that are in the session. I think that may also be the case with glassfish and tomcat if you haven't set up a database to stor