Stack trace:
Oct 24, 2014 8:12:04 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.
You're missing the dependency. Not sure how you're handling dependencies, but just add the JAR in IVY or whatever you use. You must be using something to add Spring 3.2.
Maven Central: link
IVY Example:
Maven has other dependency information available.
If this is a web app, make sure the JAR is in APPNAME/WEB-INF/lib.