It's solucionated. I have an error in the data of JBPM_ID_MEMBERSHIP & it
doesn't adjust with the SQL sentence of web of login-config.xml:
| <module-option name="rolesQuery">
| SELECT g.NAME_ ,'Roles'
| FROM JBPM_ID_USER u,
| JBPM_ID_MEMBERSHIP m,
| JBPM_ID_GROUP g
| WHERE g.TYPE_='security-role'
| AND m.GROUP_ = g.ID_
| AND m.USER_ = u.ID_
| AND u.NAME_=?
| </module-option>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118955#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...