Hi,
I'm trying to deploy an application devleoped using JSF-Portal combitaion intially developed for WebSphere Application Sever (WAS) 5.1 on WAS 6.0.
For
JSF we are using MyFaces-Tomahawk implemention version 1.1.5.
Also now I'm using RAD 7.0 for development. Initially I got exceptions related conflict between to JSF RI and My Faces implementation.
Then I followed the steps here
http://wiki.apache.org/myfaces/Websphere_Installation and remvoed jar files from WAS.
My Portlet class is like as below
public class MyPortlet extends MyFacesGenericPortlet { /// }
Now I'm getting ClassCastException.
Please help me to resolve this issue.
Thanks
Chandra