RE: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread pallavi.roy
Hi, Do I need to modify my web.xml in any way as I am persistently getting extension filter configuration error. I same application used to work with no issues with Tomahawk1.1.1.jar. The URL which appears in the browser is:http://localhost:9081/wps/myportal/!ut/p/kcxml/0wcA1NLTeQ!! I

RE: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread pallavi.roy
Hi, I have set my Application Class Loader mode to PARENT LAST I still continue to get the same exception Nested Exception is java.lang.IllegalStateException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. at

Re: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread Arash Rajaeeyan
hi roy,I am not sure but I think IBM has its own implementation of JSF not suns, http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?message=13706717cat=28thread=75431treeDisplayType=threadmode1forum=472#13706717as you said, you are using jsf-ibm.jar in your project.On 11/2/06, [EMAIL

Re: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread Zubin Wadia
Pallavi,IBM is aware of classloader conflicts with MyFaces on Websphere 5.x - please open a support ticket with them and they will likely have a history of resolutions for it. Cheers,Zubin. On 11/2/06, Arash Rajaeeyan [EMAIL PROTECTED] wrote: hi roy,I am not sure but I think IBM has its own

Re: MyFaces with Sun's JSF RI on Websphere5.1

2006-11-02 Thread Cagatay Civici
Last time I've used, ibm was using RI as the implementation and ibm-jsf is just a collection of extended components and renderers.In order to make websphere work with myfaces I remember deleting some jars under server's lib directory and changing the classloading strategy to PARENT_LAST On