ssh整合时出现could not open hibernate session for transaction;nested exception is org.hibernate.exception.genericJDBCException:could not open connection 问题
这个问题困扰了我很久,开始以为工程没搭建好,又重新搭建并进行相关配置,然后做了一下可能出错的地方的排查:
1、检查jdbc.properties中jdbcURL、driverClass、user、password是否写错,并检查applicationContext.xml中对应的c3p0配置是否正确。
2、检查数据库服务是否开启。
3、检查tomcat版本及配置是否正确。
4、检查jdk版本是否符合当前开发版本。
5、检查hibernate.cfg.xml配置。
然后我的错误出现在第6条中,一个很基本的地方
6、检查jdbc6.jar包是否是放在web-inf下的lib包中导入进来的。