我正在将一个JPA应用程序从Eclipselink迁移到hibernate,所以我可以使用Hibernate Criteria API和Hibernate Search。
不幸的是,即使在JPA提供程序上没有更改,代码也会抛出上面提到的异常。错误也是非常随机的
有谁知道造成这种情况的原因。堆栈跟踪中的主要消息如下所述
org.hibernate.exception.GenericJDBCException:无法初始化集合:[com.farent.solutions.gateway.ui.data.User.permissions#17]
然后这是原因 引起:java.sql.SQLException:连接已关闭 at com.sun.gjc.spi.base.ConnectionHolder.checkValidity(ConnectionHolder.java:703)