2015年8月1日

数据库问题ConstraintViolationException: could not insert

摘要: org.springframework.dao.DataIntegrityViolationException: could not insert: [com.integration.entity.User]; SQL [insert into USER1 (NAME, PASSWORD, TYPE... 阅读全文

posted @ 2015-08-01 20:18 lantianhe 阅读(3028) 评论(0) 推荐(0)

解决配置数据库时Could not load JDBC driver class问题

摘要: 运用Spring+Hibenate+Struts2+Oracle数据库时;出现这种错误的应该先检查applicationContext文件下的 oracle.jdbc.OracleDriver 是否配置正确,然后将ojdbc6.jar导入Tomcat文件夹下的lib文件夹下。 阅读全文

posted @ 2015-08-01 20:02 lantianhe 阅读(2367) 评论(0) 推荐(0)

导航