>org.springframework.beans.factory.BeanCreationException: Error creating bean >with name 'org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler#19f03d7' >defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: >Instantiation of bean failed; nested exception is >java.lang.NoClassDefFoundError: org/springframework/ldap/core/SearchExecutor
You're likely missing the spring-ldap dependency. If you are not managing your customizations with Maven WAR Overlay, we strongly recommend you do so to help avoid dependency problems like this. See https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method for more information. 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
