[jboss-user] [JBoss jBPM] - Re: Not able to login as a different user

johnhurtchan do-not-reply at jboss.com
Tue Oct 14 00:10:54 EDT 2008


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#4181988

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181988



More information about the jboss-user mailing list