I adapted my CAS 2 handlers to CAS 3 using the instructions described in this site : http://www.ja-sig.org/wiki/display/CAS/Using+CAS2+PasswordHandlers+in+CA S3
The built of CAS 3 was successful, but when I start tomcat, it throws out errors (see log below) and CAS does not work (no login screen at all). If you look at the log, you will notice the following entry which I'm not sure how to resolve it. Issue one from the log: Error registering bean with name '' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml] Issue two from the log: Bean class [org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandle r] not found Any help will be much appreciated. Thanks Serge ------------------------- CATALINA.OUT LOG --------- The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name '' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Bean class [org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandle r] not found; nested exception is java.lang.ClassNotFoundException: org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandler java.lang.ClassNotFoundException: org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandler _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
