[appengine-java] Re: Working example JSF 2.0 em GAE

2009-09-10 Thread Jaziel Leandro
Thanks, i've found the "error" in my application some minutes ago.I have the JSF jar of Mojarra 2.0 RC, and this don't work on GAE, but in localhost works fine, without errors. So i have read to use Mojarra 2.0 BETA 2, and work on GAE. Someone have any idea about this error??? Thanks 2009/9/10 J

[appengine-java] Re: Working example JSF 2.0 em GAE

2009-09-10 Thread Java_GAE
HI Jaziel, I found this on "Will it play on Google App Engine". May be useful. ** JSF 1.1 appears to be working out-of-the-box. JSF 1.2 and JSF 2.0 should also work if you set the com.sun.faces.enableMultiThreadedStartup context parameter to false to your web.xml file. Setting this parameter to f