While deploying to google app engine..my test spring 3 mvc app throws up the below error.
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [mvc-config.xml]
Offending resource: ServletContext resource [/WEB-INF/spring/app-config.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/mvc]
Offending resource: ServletContext resource [/WEB-INF/spring/mvc-config.xml]
after searches in stackoverflow..i understood that some Jar files related to spring mvc are missing in my project.
How can I find what jar files are dependent for this ? How can I find out the names of the jar files for this dependency ?