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?


Reply With Quote