Hi, I have enabled the possibility to build the tomahawk examples using JSF 1.2 to easily spot problems. Use this properties to build each version:
-Djsf=12 - Use MyFaces 1.2 -Djsf=ri - Use the Reference Implementation -Djsf=ri12 - Use the Reference Implementation 1.2 If no "jsf" property is provided, use MyFaces 1.1 Hence, testing with jetty is easy, from one of the folder with examples (e.g. tomahawk/examples/simple) run: mvn -PjettyConfig -Djsf=12 clean jetty:run And you would have the examples running on MyFaces 1.2. Cheers, Bruno
