I'm using the latest version of STS and trying to build a document management application using Spring, Hibernate and Maven support. I'm using the following tutorial:
http://viralpatel.net/blogs/2011/01/...hibernate.html
When trying to run the main jsp (documents.jsp) I get the following error:
java.lang.ClassNotFoundException: org.springframework.context.ApplicationListener
I initiallly thought all the required Spring libraries would be included when installing STS, but I then added the following jars to my build path:
spring-beans - 2.5.2
spring-webmvc - 2.5.2
spring-webflow - 1.0.5
spring - 2.5.2
Still getting the same error and unable to run my app!
Would really appreciate any advice on how to correctly configure STS, including any requisite libraries or jars I may have overlooked so that I can run MVC applications. Also any advice on how to correctly configure Maven and Hibernate support would also be appreciiated. THANK YOU!


Reply With Quote
