> I tried the several variations of userDetailsService: > > <sec:user-service id="userDetailsService"> > > <sec:user name=”Steve" password="notused" > authorities="ROLE_ADMIN" />
The syntax of the above Spring Security UserDetailsService is fine; it will an LDAP user whose principal is resolved to "Steve" to access the CAS service manager. > Error -- > org.springframework.beans.factory.parsing.BeanDefinitionParsingException: > Configuration problem: Cannot locate BeanDefinitionParser for element > [flow-executor] > > Offending resource: ServletContext resource [/WEB-INF/cas-servlet.xml] My hunch is that somehow you've got a dependency on older versions of Spring Webflow and Spring Security. Are you using Maven WAR overlay for your customizations? If so, please share the output of the following command: mvn dependency:list 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
