• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 63
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic