> 2012-11-22 04:39:05,740 ERROR > [org.springframework.web.context.ContextLoader] - <Context initialization > failed> > 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.BeanCreationException: Error creating > bean with name 'authenticationManager' defined in ServletContext resource > [/WEB-INF/deployerConfigContext.xml]: Initialization of bean failed; nested > exception is org.springframework.beans.ConversionNotSupportedException: > Failed to convert property value of type 'java.util.ArrayList' to required > type 'java.util.List' for property 'credentialsToPrincipalResolvers'; > nested exception is java.lang.IllegalStateException: Cannot convert value > of type [org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao] > to required type > [org.jasig.cas.authentication.principal.CredentialsToPrincipalResolver] for > property 'credentialsToPrincipalResolvers[1]': no matching editors or > conversion strategy found >
This is likely caused by a Spring wiring problem. Post your deployerConfigContext.xml and we'll try to help troubleshoot. 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
