<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    在spring+hibernate的時候,控制臺提示“unclosed connection,forgot to call close() on your session?”
    或者是[org.hibernate.jdbc.ConnectionManager] - <finalizing with closed connection>
    那是因為有可能是你自己手動創建了session,比如:

    private static final SessionFactory sessionFactory;

        static {
            try {
                // Create the SessionFactory from hibernate.cfg.xml
                sessionFactory = new Configuration().configure().buildSessionFactory();
            } catch (Throwable ex) {
                // Make sure you log the exception, as it might be swallowed
                System.err.println("Initial SessionFactory creation failed." + ex);
                throw new ExceptionInInitializerError(ex);
            }
        }
    然后調用:

    Session session = sessionFactory.openSession();
    Query query = session.createQuery("from Login");

    類似這樣的單獨使用hibernate時的用法,是需要手工去關閉session的。沒有關閉的話就會收到那樣的警告。

    所以最好是使用spring管理的session,和OpenSessionInViewFilter,比如:
    Session session =this.getSession();
    然后在web.xml里加入
      <filter>
      <filter-name>OpenSessionInViewFilter</filter-name>
      <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
      </filter>
      <filter-mapping>
    <filter-name>OpenSessionInViewFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>

    其中在spring里注冊的sessionfactory必須是id="sessionFactory",如果是id="SessionFactory"或者其他,會提示sessionFactory沒有注冊的錯誤,因為OpenSessionInViewFilter里注冊的名必須為sessionFactory。

    posted on 2008-01-10 18:41 lzj520 閱讀(4842) 評論(5)  編輯  收藏 所屬分類: Spring個人學習日記Hibernate
    主站蜘蛛池模板: 国产精品成人免费福利| 国产免费A∨在线播放| 99re热精品视频国产免费| 成在线人直播免费视频| 免费看搞黄视频网站| 国产福利在线观看免费第一福利| 性做久久久久免费看| 亚洲成av人片在线观看无码不卡| 久久99久久成人免费播放| 国产成人亚洲影院在线观看| 久久性生大片免费观看性| 亚洲中文字幕无码久久精品1| 亚洲激情电影在线| 国产大片线上免费观看| 亚洲精品美女久久久久久久| 国产拍拍拍无码视频免费| 亚洲av无码无在线观看红杏| 亚洲熟妇AV一区二区三区宅男| 在线视频免费观看www动漫| 国产亚洲视频在线| 亚洲综合国产一区二区三区| 亚在线观看免费视频入口| 又大又硬又爽免费视频| 亚洲一区二区三区精品视频| 中文字幕免费在线看| 小小影视日本动漫观看免费| 永久免费无码日韩视频| 亚洲国产精品久久久天堂| 波多野结衣免费在线| 男男黄GAY片免费网站WWW| 亚洲精品无码AV人在线播放| 国产91色综合久久免费| 久久亚洲精品无码网站| 久久99九九国产免费看小说| 亚洲网站在线观看| aa在线免费观看| 亚洲娇小性xxxx| 亚洲婷婷国产精品电影人久久| 99re在线视频免费观看| 亚洲爆乳大丰满无码专区| 中文字幕亚洲无线码|