Transaction commit is different to flushing the PC. Tx commits happen on every request.
Flush occurs when you explicitly call entityManager.flush() or session.flush().
Don't mess with hibernate.connection.autocommit, that is something completely
unrelated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063528#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...