部署到tomcat的时候
java.lang.ClassCastException: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider cannot be cast to org.hibernate.service.jdbc.connections.spi.ConnectionProvider
The web application [/SSHXml] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
第一次整合怎么就出现这种问题呢
类型转换异常org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider不能转换成 org.hibernate.service.jdbc.connections.spi.ConnectionProvider