ibatis抛出Closing non transactional SqlSession异常怎么解决

 我来答
小Cherry丸子吖
2018-03-30 · TA获得超过2.7万个赞
知道小有建树答主
回答量:144
采纳率:43%
帮助的人:16.2万
展开全部
  1. DEBUG - Preparing: select;

  2. category_id,category_name,level,parent_id,create_time,sffj from;

  3. product_category;

  4. DEBUG - Parameters;

  5. DEBUG - Total: 25;

  6. DEBUG - Closing non transactional SqlSession;

  7. .org.apache.ibatis.session.defaults.DefaultSqlSession@7271d362];

  8. WARN - Handler execution resulted in exception: null;

  9. 应该是xml配置的问题,但是我找不出来;

  10. <?xml version="1.0" encoding="UTF-8"?>;

  11. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN";

  12. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">

  13. <mapper namespace="com.tmhome.mall.dao.ProductCategoryDao">;

  14. <resultMap type="com.tmhome.mall.model.ProductCategory";

  15. id="productCategoryMap">;

  16. <result property="categoryId" column="category_id" />;

  17. <result property="categoryName" column="category_name" />;

  18. <result property="level" column="level" />;

  19. <result property="parentId" column="parent_id" />;

  20. <result property="createTime" column="create_time" />;

  21. <result property="sffj" column="sffj"  jdbcType="TINYINT" />;

  22. </resultMap>;

  23. <select id="selectByPrimaryKey";

  24. parameterType="com.tmhome.mall.model.ProductCategory";

  25. resultMap="productCategoryMap">;

  26. select category_id,category_name,level,parent_id,create_time, sffj;

  27. from product_category;

  28. where category_id = #{categoryId,jdbcType=INTEGER};

  29. </select>;

  30. <select id="selectAll";

  31. parameterType="com.tmhome.mall.model.ProductCategory";

  32. resultMap="productCategoryMap">;

  33. select category_id,category_name,level,parent_id,create_time, sffj;

  34. from product_category;

  35. </select>;

  36. </mapper>。

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
姑古砸抵魏
2017-04-28 · 超过317用户采纳过TA的回答
知道小有建树答主
回答量:478
采纳率:0%
帮助的人:260万
展开全部
你这个应该不是链接关闭的问题。报错信息Unable to translate SQLException with Error code '0', will now try the fallback translator,这明显是转换出错,然后事务进行了回退。具体的话你得debug一下,看一下你这个sql中的参数传过来到底是...
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式