This is the solution.

I have something like:  select RoleName, 'roles' from UserRoles where username=?

'roles' don't work, 'Roles' works. Is case sensitive...

"runeteigen" wrote : Perhaps you need to look at your rolesQuery. The 
result-set from this query should return role-name and role-group-name (which I 
have hard-coded to 'Roles'). 
  | 
  | So maybe you could try something like:
  | select RoleName, 'Roles' from UserRoles where username=?

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to