美文网首页
关于could not initialize proxy - n

关于could not initialize proxy - n

作者: 风火连城 | 来源:发表于2018-09-04 12:57 被阅读58次

    一、具体报错如下图:

    二、报错原因:

    Hibernate使用sessionFactory来管理session,每进行一次数据库操作时都会新建一个session对象,当操作完成后,hibernate就会在dao层立即关闭该session。所以操作类中另一个类的具体属性时,因为session已经关闭,就会报错。

    三、解决方案

    在web.xml中配置如下:

    相关文章

      网友评论

          本文标题:关于could not initialize proxy - n

          本文链接:https://www.haomeiwen.com/subject/xhegwftx.html