My issue is now really resolved.  The query for the roles was incorrect.

I originally had the following in my login-config.xml


  | <module-option name = "rolesQuery">SELECT Role 'Roles', RoleGroup 
'RoleGroups' FROM USER_ROLES WHERE ser_id=?</module-option> -->
  | 


It should have been:

  | <module-option name = "rolesQuery">SELECT Role, 'Roles' FROM USER_ROLES 
WHERE user_id=?</module-option>
  | 

Life is now good! :-D

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to