> Finally I tried copying the example file I found with the source at > cas-server-3.3.3/cas-server-support-ldap/src/main/resources/deployerConfigContext.xml. > This also produced errors > ... > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'servicesManager' defined in ServletContext resource > [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve > reference to bean 'serviceRegistryDao' while setting constructor argument; > nested exception is > org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean > named 'serviceRegistryDao' is defined
I'm not surprised. That file is provided as a reference, but is not maintained with new additions to CAS, so it's not surprising that bean defnitions are missing that other CAS components need. I recommend you return to your original approach, following the examples in the LDAP page you mentioned, and post the errors and we'll address those. I'm confident we can get you up and working. 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
