JBoss Portal takes a very literal interpretation of JSR168 when it comes to managing user
roles. So, any roles that you want to use from your JAAS security context, you'll have
to define (at least a role-name, not necessarily role-link) in your portlet.xml:
<security-role-ref>
<role-name>YourRole</role-name>
</security-role-ref>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213805#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...