Hello Prashant, I'm not sure what the problem is but could you please do us a favor and see if you are still getting this error with tomahawk-1.1.3-SNAPSHOT-bin ?
http://cvs.apache.org/builds/myfaces/nightly/ Dennis Byrne >-----Original Message----- >From: Nagaraddi, Prashant [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 20, 2006 05:53 PM >To: [email protected] >Subject: ExtensionsFilter error with Tomahawk-1.1.2-SNAPSHOT > >Hello, > >Not sure if this was addressed in the previous threads but thought I'd see if >anyone would know why I get the following error. I am invoking a JSF page via >a Jetspeed 1.6 portlet with a fusion bridge. The page renders with the >myfaces-1.1.1-all jar and now I am trying to run it with the myfaces-1.1.2 >core release and Tomahawk-1.1.2-SNAPSHOP jar from 4/19/2006. I get the >following error upon startup: > >java.lang.IllegalStateException: ExtensionsFilter not correctly configured. >JSF mapping missing. JSF pages not covered. Please see: >http://myfaces.apache.org/tomahawk/extensionsFilter.html > at > org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:371) > at > org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:333) > at > org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:288) > at > org.apache.myfaces.custom.tree2.HtmlTreeRenderer.encodeJavascript(HtmlTreeRenderer.java:608) > at > org.apache.myfaces.custom.tree2.HtmlTreeRenderer.encodeBegin(HtmlTreeRenderer.java:149) > at > javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512) > at > org.apache.myfaces.custom.tree2.UITreeData.encodeBegin(UITreeData.java:243) > at > org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:433) > at > org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChildren(RendererUtils.java:419) > at > org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:440) > ... > >I am using the same settings as before in my web.xml (and it matches the >settings of the web.xml file in the myfaces-example-simple-1.1.2-SNAPSHOP >project) but I also tried changing the extensionsFilter mapping to the use the >following filter class (which was indicated to me upon startup when using the >old filter class): > ><filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class> > >I get the same exception even after I use this class. Any ideas on what is >wrong? Is this something that will be fixed in the tomahawk-1.1.2 core release? > >Thanks, >-Prashant. >

