[OJB-developers] autocommit
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-05-04 21:32:39
|
Since upgrading to JBoss RC2, I've noticed some errors about autocommit in a managed environment. Dug this up on the jboss site: AutoCommit (String). You are strongly advised not to set this. The autocommit property is set false by default for connections obtained from this adapter wrapper. This property is included only to provide emulation of the obsolete JDBCDataSourceLoader which provided no transaction support and left autocommit true. Should autocommit option be set globally for ojb to avoid these problems? I already tweaked the platform interface to have a truly configurable ignoreautocommitexceptions, but I think I need to go a step further. Thoughts? |