edillmann / zkspring

Automatically exported from code.google.com/p/zkspring
0 stars 0 forks source link

ZK Spring not work with org.springframework.webflow-2.0.8 #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reposted from old ZK Spring SF project tracker
https://sourceforge.net/tracker/?func=detail&aid=2877018&group_id=152762&atid=78
5191
Hi Henry! Thanks for the example. It worked great until I updated the spring 
jars (spring framework 2.5.6, webflow 2.0.8 and security 2.0.5). The issue is 
located in the "org.springframework.webflow-2.0.8.RELEASE.jar". Due to a change 
of the constructor of the ServletMvcViewFactory the following error message 
appears:

org.springframework.web.util.NestedServletException: Handler processing failed; 
nested exception is java.lang.NoSuchMethodError: 
org.springframework.webflow.mvc.servlet.ServletMvcViewFactory.<init>(Lorg/spring
framework/binding/expression/Expression;Lorg/springframework/webflow/mvc/view/Fl
owViewResolver;Lorg/springframework/binding/expression/ExpressionParser;Lorg/spr
ingframework/binding/convert/ConversionService;Lorg/springframework/webflow/engi
ne/builder/BinderConfiguration;)V

Original issue reported on code.google.com by ashish.dasnurkar on 1 Feb 2011 at 5:14

GoogleCodeExporter commented 8 years ago
ZK Spring is now upgraded to work with Spring Webflow 2.2.1 Please download the 
latest freshly to test and verify this issue.

Original comment by ashish.dasnurkar on 1 Mar 2011 at 1:52