you need to add to your *-object.xml the role-name otherwise (I think) it is ignored:
| <security-constraint>
| <policy-permission>
| <role-name>admin</role-name>
| <action-name>view</action-name>
| </policy-permission>
| </security-constraint>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167349#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...