Author: rmannibucau
Date: Mon Jul 18 18:44:20 2016
New Revision: 1753301

URL: http://svn.apache.org/viewvc?rev=1753301&view=rev
Log:
fixing initial size description

Modified:
    tomee/site/trunk/content/datasource-config.mdtext

Modified: tomee/site/trunk/content/datasource-config.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/datasource-config.mdtext?rev=1753301&r1=1753300&r2=1753301&view=diff
==============================================================================
--- tomee/site/trunk/content/datasource-config.mdtext (original)
+++ tomee/site/trunk/content/datasource-config.mdtext Mon Jul 18 18:44:20 2016
@@ -144,7 +144,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>
@@ -380,8 +380,9 @@ NOTE - The "user" and "password" propert
 explicitly, so they do not need to be included here.
 
 
-<a name="initialSize"></a>
-## initialSize
+<a name="TransactionIsolation"></a>
+## TransactionIsolation
+
 
 The default TransactionIsolation state of new connections.
 
@@ -396,9 +397,11 @@ be called. The allowed values for this 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
 
+<a name="initialSize"></a>
+## initialSize
+
+The initial size to initialize the pool of connections.
 
 <a name="jtaManaged"></a>
 ## jtaManaged


Reply via email to