RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread Bongiorno.Christian
Help? We have a custom realm written. Works great until I try to downcast the principal returned from an authentication so that I can call a specific method. Upon investigation (everyone knows this, I know) the error is due to the fact that TC has multiple class loaders and this particular

RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread James Radvan
PROTECTED]] Sent: 18 December 2001 14:51 To: Tomcat Users List Subject: RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread Bongiorno.Christian
What problem were you having and how did I solve it for you? Glad I could help! -Original Message- From: James Radvan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:04 AM To: Tomcat Users List Subject: RE: ClassCastException, custom Realm, and ClassLoading Repost

ClassCastException, custom Realm, and ClassLoading

2001-12-17 Thread Bongiorno.Christian
We have a custom realm written. Works great until I try to downcast the principal returned from an authentication so that I can call a specific method. Upon investigation (everyone knows this, I know) the error is due to the fact that TC has multiple class loaders and this particular class was