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 2015/06/22 16:58:05 UTC

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

Author: buildbot
Date: Mon Jun 22 14:58:05 2015
New Revision: 955673

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 Jun 22 14:58:05 2015
@@ -1 +1 @@
-1686227
+1686883

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 22 14:58:05 2015
@@ -1 +1 @@
-1686227
+1686883

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 Jun 22 14:58:05 2015
@@ -147,6 +147,7 @@
 
 <pre><code>&lt;Resource id="myDataSource" type="javax.sql.DataSource"&gt;
     accessToUnderlyingConnectionAllowed = false
+    alternateUsernameAllowed = false
     connectionProperties = 
     defaultAutoCommit = true
     defaultReadOnly = 
@@ -180,6 +181,7 @@
 
 <pre><code>myDataSource = new://Resource?type=javax.sql.DataSource
 myDataSource.accessToUnderlyingConnectionAllowed = false
+myDataSource.alternateUsernameAllowed = false
 myDataSource.connectionProperties = 
 myDataSource.defaultAutoCommit = true
 myDataSource.defaultReadOnly = 
@@ -227,7 +229,16 @@ myDataSource.validationQuery =
   <td>false</td>
   <td>
 If true the raw physical connection to the database can be
-accessed using the following construct:
+accessed
+</td>
+</tr>
+</tr>
+<tr>
+  <td><a href="#alternateUsernameAllowed">alternateUsernameAllowed</a></td>
+  <td>boolean</td>
+  <td>false</td>
+  <td>
+If true allow an alternate username and password to be specified on the connection, rather than those specified in the DataSource definition..
 </td>
 </tr>
 <tr>