以下是.cfg配置:
<property name="hibernate.connection.release_mode">after_transaction</property>
<property name="hibernate.connection.autocommit">false</property>
如果我将release_mode更改为after_statement,则可以正常工作,但是使用此配置,catch块中的tx.rollback或最终抛出连接关闭错误。
我们使用WebSphere9作为应用程序服务器,并使用Oracle 12c作为后端数据库服务器。
任何帮助将不胜感激。