java - spring-webflow jars not available -
i have wasted 4 hours on finding reason not adding of webflow jars tp reference library of my modular maven project generated appfuse.i want add webflow project. when registering below, error (i have still not run project).
error is
multiple annotations found @ line: - class 'org.springframework.webflow.mvc.servlet.flowhandleradapter' not found
but have included webflow dependencies in pom in web module project. when go the reference library can not find webflow jars well. think reason this, can not wind way jars in reference library.
the generated pom lengthy. add if needed.
<dependency> <groupid>org.springframework.webflow</groupid> <artifactid>spring-webflow</artifactid> <version>2.3.2.release</version> </dependency>
is there compatibility issue spring versions. using 4.0.0.release have changed 4.0.2.release well. no luck. can not find meaningful solution this. appreciate on this.
thanks
in eclipse, right click project , go build path -> configure build path
from here, go libraries , check maven dependencies library in there.
if not click add library click maven managed dependencies, next, finish
should add libraries eclipse project
Comments
Post a Comment