Does anybody know why I get this warning when I turn off the auto-commit in JPA configuration file?
Using this setting :
<property name="hibernate.connection.autocommit" value="false"/>
generates this warning :
2009-08-04 09:54:10,621 [main] WARN org.hibernate.ejb.Ejb3Configuration - hibernate.connection.autocommit = false break the EJB3 specification
How would this break EJB3 specification?