I am porting on behalf of a software house, an application  that is currenly
running on Tomcat Server under Redhat Linux.
The developer has made extensive use of the MyfacesTomahawk extensions and
these seem to work fine in Tomcat but within WebSphere Appication Server
anything that is declared between the tomahawk specific tags is not
displayed.

The message I am seeing is: ERROR
[org.apache.myfaces.lifecycle.LifecycleImpl] - <Assumed extension mapping,
but there is no extension in /software/>
[org.apache.myfaces.lifecycle.LifecycleImpl.deriveViewId(LifecycleImpl.java:422)]

After lots of log setting I know that this error is NOT being produced by
Websphere
in fact it appears in the /home/user1/logs/error.log, and I believe this is
being written to by:
org/apache/myfaces/lifecycle/LifecycleImpl.java

This is the MyFaces extension declarations within the web.xml
<filter>
        <filter-name>MyFacesExtensionsFilter</filter-name>

<filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>
    <init-param>
        <param-name>maxFileSize</param-name>
        <param-value>20m</param-value>
    </init-param>
        </filter>
    
    <filter-mapping>
        <filter-name>MyFacesExtensionsFilter</filter-name>
                <url-pattern>/software</url-pattern>
        </filter-mapping>

/software resolves to the JSF servlet.

I have tried changing around the /software to /*.jsf etc but this doesn't
make any difference.
Can anyone tell me where I might start trying to look to figure this
through.Tks
--
View this message in context: 
http://www.nabble.com/Myfaces-running-on-WebSphere-Application-Server-v6.1-t1480412.html#a4006869
Sent from the My Faces - Dev forum at Nabble.com.

Reply via email to