[2013-09-18 01:13:57,850] [ERROR] Org.springframework.web.context.ContextLoader context initialization failed
Org.springframework.beans.factory.BeanCreationException:Error creating Bean with Name ' DataSource ' defined in class Path resource [Applicationcontext.xml]: Invalid destruction signature; Nested exception is org.springframework.beans.factory.support.BeanDefinitionValidationException:Couldn ' t find a Destroy method named ' Close ' in bean with Name ' DataSource '
At Org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean ( abstractautowirecapablebeanfactory.java:563)
At Org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean ( abstractautowirecapablebeanfactory.java:456)
At Org.springframework.beans.factory.support.abstractbeanfactory$1.getobject (abstractbeanfactory.java:291)
At Org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton ( defaultsingletonbeanregistry.java:222)
At Org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean (abstractbeanfactory.java:288)
At Org.springframework.beans.factory.support.AbstractBeanFactory.getBean (abstractbeanfactory.java:190)
Workaround:
<bean id= "DataSource"
Class= "Org.springframework.jdbc.datasource.DriverManagerDataSource"
destroy-method= "Close" >
Remove the red part.