> org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'attributeRepository' defined in ServletContext resource > [/WEB-INF/deployerConfigContext.xml]: Cannot resolve reference to bean > 'ldapAuthoritiesPopulator' while setting bean property > 'ldapAuthoritiesPopulator'; nested exception is > org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean > named 'ldapAuthoritiesPopulator' is defined
Spring wiring errors are pretty descriptive in my opinion. As the error says, you have no bean named ldapAuthoritiesPopulator, which is mentioned by the attributeRepository bean. Review your deployerConfigContext.xml file for wiring errors, in particular the attributeRepository bean. 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
