Re: [JBoss-dev] ClassCastException using RolesLoginModule

2001-04-12 Thread Juha-P Lindfors
Please use the JBoss-User list for support questions. Thanks -- Juha On Thu, 12 Apr 2001, Andy Comley wrote: > Having followed the documentation "JAAS Based Security in JBoss", I get a > "ClassCastException" on the server during the authentication stage (no > matter whether the user logging i

[JBoss-dev] ClassCastException using RolesLoginModule

2001-04-12 Thread Andy Comley
Having followed the documentation "JAAS Based Security in JBoss", I get a "ClassCastException" on the server during the authentication stage (no matter whether the user logging in is authorized or not). The code seems to be trying to cast a "SimplePrinciple" to a String. Has anyone else come acros