beware: stackTrace was: Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 03:33:27PM -0400, Shapira, Yoav wrote: Hi, What's the stack trace for the ClassCastException? here it comes: rene -- javax.security.auth.login.LoginException: java.lang.ClassCastException at

Re: beware: stackTrace was: Re: RE : too many JAAS...

2004-09-22 Thread Michiel . Toneman
Just checking, but in your original post you described your loginmodule as: public class MyLoginModule implements LoginModule { however, your ClassCastException mentions: com.warenform.ima_frontend.interf.DabLoginModule.login Can you check if you really are referring to the same classes

Re: beware: stackTrace was: Re: RE : too many JAAS...

2004-09-22 Thread Rene Paulokat
On Wed, Sep 22, 2004 at 10:04:57PM +0200, [EMAIL PROTECTED] wrote: Just checking, but in your original post you described your loginmodule as: public class MyLoginModule implements LoginModule { however, your ClassCastException mentions: