From: Joost v. de W. <jo...@jt...> - 2002-10-07 18:27:49
|
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 = http://www.jboss.org/forums/thread.jsp?forum=3D144&thread=3D20163&message= =3D3737404#3737404 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. |