after adding spring webflow, jsf dependencies, i am getting the exception:
java.lang.NoSuchMethodError: org.springframework.beans.MutablePropertyValues.add(L
This method was added in Spring 3.x
it presents in this spring release: http://static.springsource.org/spring/docs/3.0.6.RELEASE/javadoc-api/org/springframework/beans/MutablePropertyValues.html
but is absent in this Spring release: http://static.springsource.org/spring/docs/2.5.6/api/org/springframework/beans/MutablePropertyValues.html
It looks like you are using the 2.5.x or older version of org.springframework.beans jar.
Hope it helps.
I used latest version of spring 3.0.5 and version 2.2.1 of webflow and exception was gone.