I can't seem to find a way to get the Jetspeed RoleManager.
I've tried to follow the steps outlined at:
http://portals.apache.org/tutorials/jetspeed-2/05/jetspeed-service.html (http://portals.apache.org/tutorials/jetspeed-2/05/jetspeed-service.html)
but i get hung up in a couple spots...
QuoteEdit the jetspeed-portlet.xml found in src/webapp/WEB-INF/
and
roleManager = (RoleManager) getPortletContext().getAttribute(
CommonPortletServices.CPS_ROLE_MANAGER_COMPONENT);
can't seem to find the jetspeed-portlet.xml, would i just add one and if so is there any config that needs done
then on the Role manager code how do i get the portlet context since this is not a javax.portlet.ActionRequest?