Hi All, I tried converting a sample myfaces (I took simple.war that comes with myfaces example) web application into a portlet application on jetspeed2. I came to know that myfaces application can be readily converted into a portlet app by simply adding a portlet.xml and ensuring that there are no redirects in faces-config.xml
I made the changes and deployed it on jetspeed2. The application was deployed successfully and registered in search engine. But when I add the portlet on a page, it displays an error message saying "Cannot create Portlet instance org.apache.myfaces.portlet.MyFacesGenericPortlet for Portlet Application simple " I searched on net but it wasn't of any help. I checked the jar files and the above mentioned class is in the lib. Any ideas? Thanks in advance. -Sunil
