質問

I have used Google App Engine for Python development, and I have some experience of Enterprise Java development using JSF2 on Tomcat.

However, I have been following this guide to set up GAE with JSF2, but cannot get it to work. The application builds with no errors, but throws a warning at runtime:

WARNING: failed JettyContainerService$ApiProxyHandler@70e71bb9: java.lang.NoSuchFieldError: EnableTransitionTimeNoOpFlash

Attempting to visit the (local) web application address in a browser shows a 404 error.

A Google search and search of StackOverflow returned zero results for this error. Any help would be very much appreciated, as I'm using these technologies for my thesis.

役に立ちましたか?

解決

I have managed to solve this.

It seems that when using Google App Engine API 1.9 and JSF 2.2.5, you no longer have to replace the WebConfiguration.java file. Simply leaving the default file alone allows the code to run perfectly.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top