I am using jboss-as-7.1.1, mysql5.6 and hibernate 4.1. In the application log, I can see the hibernate queries when some transaction is happening in my application. I couldn't see any commit query. I hope autocommit should be disabled by the container and commit should be fired when the transaction is finished. Any idea ?