I've implemented the logon architecture using an interface which all authenticator modules implement, so that the attempted cast now reads:
m_authenticator = (ILogon) o; That still causes a ClassCastException. Bummer! Chris Williams. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
