Error creating bean with name ‘flowExecutor’
If you are getting this error , it because of in correct libraries in your lib folder.
If you are lazy enough to build the project using maven , here is another option
Go to this link
http://www.springsource.org/webflow-samples
Download and run the sample . Copy all the libraries into your project . Make sure you have deleted all the old jar files.
The exception you were seeing earlier should be gone.








