Class not found warnings in mvc-config.xml of Spring project created from dashboard
Just downloaded SpringSource Tool Suite 2.3 and trying to get started. So created a project via the link to create a Spring Project on the dashboard. The project deployed OK to Tomcat 6.0 and ran OK but the two context configuration files, mvc-config.xml and webflow-config.xml, are highlighted as having errors in the package explorer. The root cause is that the ID cannot find the framework classes referenced in these files. The MVC jar file (2.5.6) and Webflow (2.0.7RELEASE) is listed under Maven dependencies.
I don't want to move forward until these class references are resolved. Can anyone suggest how I do that?
1 Attachment(s)
Error messages from 'markers' view
Hi Christian,
Thanks for responding so quickly.
You can see the error markers in the attached screen shot. The actuals errors are simple class not found errors. I copied the following from the 'Markers' view:
Description Resource Path Location Type
Class 'org.springframework.webflow.config.FlowExecutorFa ctoryBean' not found webflow-config.xml /WebFlowProject/src/main/webapp/WEB-INF/spring line 12 Spring Beans Problem
Class 'org.springframework.webflow.config.FlowRegistryFa ctoryBean' not found webflow-config.xml /WebFlowProject/src/main/webapp/WEB-INF/spring line 15 Spring Beans Problem
Class 'org.springframework.webflow.engine.builder.suppor t.FlowBuilderServices' not found webflow-config.xml /WebFlowProject/src/main/webapp/WEB-INF/spring line 21 Spring Beans Problem
Class 'org.springframework.web.servlet.mvc.annotation.An notationMethodHandlerAdapter' not found mvc-config.xml /WebFlowProject/src/main/webapp/WEB-INF/spring line 26 Spring Beans Problem
Class 'org.springframework.web.servlet.mvc.annotation.De faultAnnotationHandlerMapping' not found mvc-config.xml /WebFlowProject/src/main/webapp/WEB-INF/spring line 13 Spring Beans Problem
Class 'org.springframework.web.servlet.mvc.support.Contr ollerClassNameHandlerMapping' not found mvc-config.xml /WebFlowProject/src/main/webapp/WEB-INF/spring line 19 Spring Beans Problem
Class 'org.springframework.web.servlet.view.InternalReso urceViewResolver' not found mvc-config.xml /WebFlowProject/src/main/webapp/WEB-INF/spring line 31 Spring Beans Problem
Regards
Gareth