User: schulze
Date: 00/10/09 12:53:00
Modified: src/etc/conf jboss.jcml
Log:
set the blocking flags for the datasources to true
Revision Changes Path
1.5 +2 -2 jboss/src/etc/conf/jboss.jcml
Index: jboss.jcml
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/etc/conf/jboss.jcml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jboss.jcml 2000/10/05 01:36:32 1.4
+++ jboss.jcml 2000/10/09 19:52:59 1.5
@@ -28,7 +28,7 @@
<attribute name="GCEnabled">false</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
- <attribute name="Blocking">false</attribute>
+ <attribute name="Blocking">true</attribute>
<attribute name="GCInterval">120000</attribute>
<attribute name="IdleTimeout">1800000</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>
@@ -46,7 +46,7 @@
<attribute name="GCEnabled">false</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
- <attribute name="Blocking">false</attribute>
+ <attribute name="Blocking">true</attribute>
<attribute name="GCInterval">120000</attribute>
<attribute name="IdleTimeout">1800000</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>