posts - 64,  comments - 9,  trackbacks - 0

          org.springframework.transaction.TransactionSystemException: Could not commit Hibernate transaction; nested exception is org.hibernate.TransactionException: Transaction not successfully started
          最近在寫操作CLOB的過程中總是報這個異常,數據去插入進去了.


          先看看SessionFactory.getCurrentSession與openSession的區別
          1. 如果使用的是getCurrentSession來創建session的話,在commit后,session就自動被關閉了,
              也就是不用再session.close()了。但是如果使用的是openSession方法創建的session的話,
              那么必須顯示的關閉session,也就是調用session.close()方法。這樣commit后,session并沒有關閉
          /*2. getCurrentSession的使用可以參見hibernate\hibernate-3.2\doc\tutorial\src項目
          3. 使用SessionFactory.getCurrentSession()需要在hibernate.cfg.xml中如下配置:
             * 如果采用jdbc獨立引用程序配置如下:
              <property name="hibernate.current_session_context_class">thread</property>
             * 如果采用了JTA事務配置如下
              <property name="hibernate.current_session_context_class">jta</property>*/

          開始用的:

          Session session = this.getHibernateTemplate().getSessionFactory().getCurrentSession();
          Transaction tran=session.beginTransaction();

          好多文章里都說只需在Spring配置<bean id="sessionFactory"...---><property name="hibernateProperties">   中加入 <prop key="hibernate.current_session_context_class">thread</prop>就可以解決,試了沒用.

          修改后的:

          Session session = this.getHibernateTemplate().getSessionFactory().openSession();

          Transaction tran=session.beginTransaction();

          ......

          finally
             {  
              session.close();  
             }

          問題解決

          posted on 2009-09-11 17:06 super_nini 閱讀(9747) 評論(6)  編輯  收藏

          FeedBack:
          # re: 轉:Could not commit Hibernate 問題,spring 事物 提交前session關閉問題
          2009-10-28 14:22 | 楚門
          真是太感謝了……
          弄了半天,感覺不盡……  回復  更多評論
            
          # re: 轉:Could not commit Hibernate 問題,spring 事物 提交前session關閉問題
          2010-03-02 17:52 | 王成飛
          好文章,就是沒有理由的頂
          感激不盡....  回復  更多評論
            
          # re: 轉:Could not commit Hibernate 問題,spring 事物 提交前session關閉問題
          2010-03-15 14:46 | jspxcgy007
          好貼必須頂!  回復  更多評論
            
          # re: 轉:Could not commit Hibernate 問題,spring 事物 提交前session關閉問題
          2010-11-09 11:32 | chenj
          頂,樓主真是強啊  回復  更多評論
            
          # re: 轉:Could not commit Hibernate 問題,spring 事物 提交前session關閉問題[未登錄]
          2011-12-02 01:18 | liu
          是對的,解決了 強  回復  更多評論
            
          # re: 轉:Could not commit Hibernate 問題,spring 事物 提交前session關閉問題
          2013-01-24 15:41 | 枷鎖
          贊……………………  回復  更多評論
            

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2011年12月>
          27282930123
          45678910
          11121314151617
          18192021222324
          25262728293031
          1234567

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          相冊

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 于田县| 兰州市| 连江县| 陈巴尔虎旗| 长寿区| 西林县| 健康| 类乌齐县| 安福县| 疏勒县| 临安市| 林州市| 南江县| 得荣县| 都匀市| 炉霍县| 吉首市| 福州市| 广灵县| 赤城县| 黔南| 华宁县| 兰溪市| 呼伦贝尔市| 绥棱县| 石泉县| 安吉县| 北流市| 涞水县| 正安县| 铁力市| 黄梅县| 和田县| 永吉县| 通山县| 丰顺县| 湖南省| 开江县| 西宁市| 彩票| 通河县|