portlet-class should be the class of your portlet. You should have a class implementing javax.portlet.Portlet, you cannot take any web application and make it work as a portlet without having a Portlet class (unless you use a bridge, then you need to use the bridge portlet class)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999379#3999379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999379 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
