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).

enter image description here

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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -