tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Adam Furmanczuk
Hi I am using Apache MyFaces for my project (jsf 2.0) and I want to use the tomahawk framework (for uploadfile, calendar, etc) Sadly, Tomcat cancell buidling the war. When I comment out filter mapping for tomahawk, war gets deployed, but sided that use: %@taglib prefix=t

Re: tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Adam Furmanczuk
THX, but: I just deployed one example: ttp://localhost:8080/myfaces-example-blank-1.1.12-20110601.230445-1/helloWorld.jsf and i get error code 500. maybe this error and my webservice error is connected? Example dies with following error on Tomcat 7.0.12. See code below. Best regards,

Re: tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Leonardo Uribe
Hi In this address http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/ there are some tomahawk examples. Take a look and compare the web.xml. If you need a working war file, the snapshots can be downloaded from here:

Re: tomahawk 1.1 on apache tomcat 7.0.12 with jsf 2.0

2011-06-20 Thread Leonardo Uribe
Hi It seems something wrong into your custom configuration. See this line: java.lang.IllegalArgumentException: Class org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl is no javax.faces.application.NavigationHandler It is a symptom that something is not good into your local