【发布时间】:2010-11-16 17:14:06
【问题描述】:
有人知道为什么我在 JPA 配置文件中关闭自动提交时会收到此警告吗?
使用此设置:
<property name="hibernate.connection.autocommit" value="false"/>
生成此警告:
2009-08-04 09:54:10,621 [main] WARN org.hibernate.ejb.Ejb3Configuration - hibernate.connection.autocommit = false break the EJB3 specification
这将如何破坏 EJB3 规范?
【问题讨论】: