> org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'centralAuthenticationService' defined in ServletContext resource > [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve > reference to bean 'authenticationManager' while setting bean property > 'authenticationManager'; nested exception is > org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find > class [org.jasig.cas.authentication.DefaultAuthenticationManagerImpl] for > bean with name 'authenticationManager'
Man, this issue bites two people in one day. Ouch! You'll want to change the class name of your authenticationManager bean to org.jasig.cas.authentication.AuthenticationManagerImpl. The one you used is from trunk which doesn't exist in any released version to date. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
