Re: [appengine-java] Re: JSF 2.0.1 java.lang.ClassNotFoundException: void

2009-11-28 Thread Derek Berube
A simple project (where the JSF2 framework initializes and a default page is displayed) is available at Google Code: http://code.google.com/p/jsf2template/. This is the source code for the application I wrote developing the tutorial for configuring a JSF 2 project to run on Google App Engine -

[appengine-java] Re: JSF 2.0.1 java.lang.ClassNotFoundException: void

2009-11-23 Thread addy.bhardwaj
I had a similar issue. The way I fixed it was to configure state saving to client rather than server. For details check my blog http://consultingblogs.emc.com/jaddy/archive/2009/11/20/jsf2-in-google-app-engine.aspx Let me know if this fixes your problem. On Nov 12, 6:15 pm, Mirco Attocchi