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

danya do-not-reply at jboss.com
Tue Oct 14 00:24:23 EDT 2008


Did you updated the database as given in the text???
If so give the security role as

<security-role>
  |         <role-name>participant</role-name>
  |     </security-role>
  | 
you have give the securityrole that is assigned to the talent scout ie participant.
and in the authconstraint


  | <auth-constraint>
  |  <role-name>user</role-name>
  | <role-name>admin</role-name>
  | <role-name>participant</role-name>
  |  </auth-constraint>
  | 
i think this should work...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181991#4181991

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



More information about the jboss-user mailing list