[jboss-user] [JBoss jBPM] - Re: logging jboss web console problem

rodosa do-not-reply at jboss.com
Fri Jan 11 04:50:18 EST 2008


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

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



More information about the jboss-user mailing list