
异常记录
书生杨阳
好好学习,天天向上
展开
-
hibernate的executeWithNativeSession(HibernateCallbk())、execute(new HibernateCallback())无法对spring事务回滚
hibernate作为DAO使用如下的方法操作数据库时,无法对spring在service层添加的事务进行回滚。 hibernateTemplate.executeWithNativeSession(new HibernateCallback() { @Override public Object doInHibernate(Sessio原创 2016-09-04 15:10:47 · 3959 阅读 · 0 评论 -
Specified class is an interface
使用mockmvc在controller做测试时遇到如下exception:org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to原创 2016-10-25 08:34:32 · 12316 阅读 · 0 评论 -
linux下 java 创建中文文件名乱码问题
原文地址:http://blog.youkuaiyun.com/youling_lh/article/details/9475519今天项目中遇到通过web上传文件到文件系统时,中文文件名乱码,一步步排查了http通讯过程中的编解码(通过utf-8)都没有发现问题。操作系统的默认字符集也是utf-8。 通过日志打印System.getProperty(“file.encoding”)也是utf-8码。。。。一时原创 2017-02-23 10:15:40 · 21146 阅读 · 0 评论