aspose file tools
The moose likes Spring and the fly likes Cannot resolve reference to bean 'flowExecutor' while setting bean property 'flowExecutor' Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Cannot resolve reference to bean Watch "Cannot resolve reference to bean New topic
Author

Cannot resolve reference to bean 'flowExecutor' while setting bean property 'flowExecutor'

VenkataPrasad Regula
Ranch Hand

Joined: Jun 30, 2011
Posts: 63
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

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Cannot resolve reference to bean 'flowExecutor' while setting bean property 'flowExecutor'
 
Similar Threads
Error Nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException WebFlow
Spring weblflow
migrate a project from spring 2.5 Jboss 4.2.3 to jboss 6, a NoSuchBeanDefinitionException
Encountering server internal error while running the local application in the tomcat server.
Spring web flow: Not proceeding from first page to second page