User: vharcq
Date: 01/07/09 13:03:19
Modified: src/docs jdbc-database.xml
Log:
Add (JBoss 2.4) TransactionIsolation (thanks to Bill Burke)
Revision Changes Path
1.10 +13 -1 manual/src/docs/jdbc-database.xml
Index: jdbc-database.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/jdbc-database.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jdbc-database.xml 2001/07/08 09:54:25 1.9
+++ jdbc-database.xml 2001/07/09 20:03:19 1.10
@@ -174,7 +174,8 @@
<attribute name="IdleTimeoutEnabled">false</attribute>
<attribute name="LoggingEnabled">false</attribute>
<attribute name="MaxIdleTimeoutPercent">1.0</attribute>
- <attribute name="MinSize">0</attribute>
+ <attribute name="MinSize">0</attribute>
+ <attribute name="TransactionIsolation">TRANSACTION_SERIALIZABLE</attribute> [JBoss
2.4]
</mbean>]]>
</programlisting>
</figure>
@@ -338,6 +339,17 @@
the pool. This time is important if shrinking or garbage
collection are
enabled (particularly the latter).</entry>
<entry>false</entry>
+ </row>
+ <row>
+
<entry>TransactionIsolation [JBoss 2.4]</entry>
+ <entry>Sets the
Transaction isolation level on the SQL Connection. Valid values are
+ TRANSACTION_NONE,
TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED ,
+ TRANSACTION_REPEATABLE_READ,
TRANSACTION_SERIALIZABLE. The choice of the level allows
+ to choose a trade-off between
performance and transaction isolation. The values listed are from
+ poor to full isolation; but from good
to poor performance. Refer to
+ <ulink
url="http://java.sun.com/j2se/1.3/docs/api/java/sql/Connection.html">java.sql.Connection</ulink>
+ for more information.</entry>
+ <entry>-1 (SQL driver
default)</entry>
</row>
</tbody>
</tgroup>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development