You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2016/07/18 18:46:06 UTC

svn commit: r993080 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/datasource-config.html

Author: buildbot
Date: Mon Jul 18 18:46:06 2016
New Revision: 993080

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/datasource-config.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 18 18:46:06 2016
@@ -1 +1 @@
-1752127
+1753301

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 18 18:46:06 2016
@@ -1 +1 @@
-1752127
+1753301

Modified: websites/staging/tomee/trunk/content/datasource-config.html
==============================================================================
--- websites/staging/tomee/trunk/content/datasource-config.html (original)
+++ websites/staging/tomee/trunk/content/datasource-config.html Mon Jul 18 18:46:06 2016
@@ -291,7 +291,7 @@ will need a lot of properties but allow
   <td>int</td>
   <td>0</td>
   <td>
-The default TransactionIsolation state of new connections.
+The size to reach when creating the datasource.
 </td>
 </tr>
 <tr>
@@ -526,9 +526,9 @@ driver when establishing new connections
 <p>NOTE - The "user" and "password" properties will be passed
 explicitly, so they do not need to be included here.</p>
 
-<p><a name="initialSize"></a></p>
+<p><a name="TransactionIsolation"></a></p>
 
-<h2>initialSize</h2>
+<h2>TransactionIsolation</h2>
 
 <p>The default TransactionIsolation state of new connections.</p>
 
@@ -544,9 +544,13 @@ be called. The allowed values for this p
 </ul>
 
 <p>Note: Most JDBC drivers do not support all isolation levels
-DefaultTransactionIsolation
-The initial number of connections that are created when the
-pool is started</p>
+DefaultTransactionIsolation</p>
+
+<p><a name="initialSize"></a></p>
+
+<h2>initialSize</h2>
+
+<p>The initial size to initialize the pool of connections.</p>
 
 <p><a name="jtaManaged"></a></p>