Hi,
I have the same problem. Tried to add a role like "Talent Scout" to the web.xml
like below. Put it in the war file. Restarted app server. But it still didn't fix the
problem...
<security-role>
<role-name>admin</role-name>
</security-role>
<security-role>
<role-name>user</role-name>
</security-role>
<security-role>
<role-name>Talent Scout</role-name>
</security-role>
What exactly did you put in the web.xml to get it fixed?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181988#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...