熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> Java開源技術 >> 正文

SPring管理Hibernate事務出現異常處理

2022-06-13   來源: Java開源技術 

  [html]

  出現以下錯誤

  orghibernateHibernateException: No Hibernate Session bound to thread and configuration does not allow creation of nontransactional one here

  解決方案判斷是否已包含管理

  解決方法

  將事務中添加所監聽的類

  是否為SpringMVC+Hibernate架構

  解決辦法

  如果你將所有控制器放在一個包下配置文件加入

  <context:componentscan basepackage=ntrollers/>

  如Controller Service DAO在不同包package下配置文件加入

  <context:componentscan basepackage=comweb usedefaultfilters=false>

  <context:includefilter type=annotation expression=orgspringframeworkstereotypeController/>

  </context:componentscan>


From:http://tw.wingwit.com/Article/program/Java/ky/201311/28044.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.