Re: [appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-19 Thread Rafael Nunes
Probably you will have to do a little 'hack' in Mojarra, because It attemp to call some JNDI lookup in the initialization. I did it some weeks ago. http://jsfgae.appspot.com/ Rafael andyz wrote: > Denden, > I have the same problem as you. > I found the root cause. > The library jsf-impl.jar you

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread andyz
Denden, I have the same problem as you. I found the root cause. The library jsf-impl.jar you(and I ) is in downloaded zip file: mojarra-2.0.0-FCS-binary.zip. if you open jsf-impl.jar, there is a file: META-INF/taglib/ ui.taglib.xml. at the end of this file: remove handler-class is

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread andyz
Denden, I have same problem. the root cause is the version of Mojarra2.0.0 if you open jsf-impl.jar, there is a file: META/taglib/ui.taglib.xml notice the tag "remove" remove handler-class is NOT defined. this would cause a problem and throw NPE. change the jsf2 libraries from moj

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-17 Thread Daniel
I think i had this error Take a look at this site http://javadocs.wordpress.com/2009/10/17/mojarra-jsf-2-0-rc2-and-google-app-engine-sdk-1-2-6/ and download this file http://code.google.com/p/joshjcarrier/source/browse/trunk/Sun%20JSF%20GAE/jsf-impl-gae.jar click "View raw file" to download it