Hello, On 22.04.2010 23:35, Alok Jain wrote:
> I changed cas-servlet.xml and added repository-type="client" to the > "flow:executor" tag. > <flow:executor id="flowExecutor" repository-type="client" > registry-ref="flowRegistry"> > <flow:execution-attributes> > <flow:alwaysRedirectOnPause value="false"/> > </flow:execution-attributes> > </flow:executor> I am working on CAS 3.4.2, and this syntax is not allowed anymore by the Spring Web Flow used by that version. cf: XML Schema: http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd Spring Web Flow Reference Guide/9. System Setup/9.5. flow-executor options: http://static.springsource.org/spring-webflow/docs/current/spring-webflow-reference/html/ch09s05.html - What should one configure to obtain the same behavior as specified by repository-type="client" in the old version? Dominique -- Mr Dominique Petitpierre, user=Dominique.Petitpierre domain=unige.ch Division Informatique, University of Geneva, Switzerland -- 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
