Gavin,
 
I think that in a JTATransaction autocommit will always be off, due to the nature that it is a distributed transaction..
What can we do (and where in the code) to solve this problem?
 
Joost

Check out this thread
 
 
I don't quite know what conclusion to draw from it, but it seems that the JBoss connection pool is returning connections with autocommit off. Hibernate assumes that autocommit would be ON. Perhaps we need to toggle the connection autocommit state in JTATransaction.
 
 

Reply via email to