原文:Cause: net.sf.cglib.beans.BulkBeanException; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:

: : , ERROR com.hisense.hitv.service.dotexc.impl.DotExcPolicyServiceImpl.updateDotExcPolicy DotExcPolicyServiceImpl.java: lt org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation ...

2017-03-15 09:50 0 4260 推荐指数:

查看详情

com.ibatis.common.jdbc.exception.NestedSQLException:Error setting property...

今天一直配Ibatis的时候一直报这个错误,用的是Oracle数据库。 找了很多帮助,有说连接池问题的,重启服务后仍不能解决。后来再网上查完后才恍然大悟,原来我的测试数据中int类型的列是null,当查询转换时,不能把null转换成int类型,导致产生异常。 解决方法: 1. ...

Wed Nov 21 08:43:00 CST 2012 0 2871
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM