I have a dispatcher-servlet.xml as below. In it I have mentioned flowRegistry attribute in flowExecutor. In other examples, flowregistry is given using the attribute
ref. In this xsd, i dont find any ref attribute to refer to the flowregistry from flowExecutor. It is giving me the following error. I would be thankful if someone could help me to come out of this issue.
Cannot resolve reference to bean 'flowExecutor' while setting bean property 'flowExecutor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowExecutor': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository.<init>(Lorg/springframework/webflow/conversation/ConversationManager;)V
dispatcher-servlet.xml