You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2016/03/21 09:27:20 UTC

svn commit: r1735924 - in /aries/trunk/tx-control: tx-control-provider-jdbc-local/README.md tx-control-provider-jdbc-xa/README.md

Author: timothyjward
Date: Mon Mar 21 08:27:20 2016
New Revision: 1735924

URL: http://svn.apache.org/viewvc?rev=1735924&view=rev
Log:
[tx-control] Document the url configuration property

Modified:
    aries/trunk/tx-control/tx-control-provider-jdbc-local/README.md
    aries/trunk/tx-control/tx-control-provider-jdbc-xa/README.md

Modified: aries/trunk/tx-control/tx-control-provider-jdbc-local/README.md
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-local/README.md?rev=1735924&r1=1735923&r2=1735924&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jdbc-local/README.md (original)
+++ aries/trunk/tx-control/tx-control-provider-jdbc-local/README.md Mon Mar 21 08:27:20 2016
@@ -133,6 +133,8 @@ The following properties will automatica
 
 * *serverName* : The name of the database server
 
+* *url* : The JDBC url to use (often used instead of other properties such as *serverName*, *portNumber* and *databaseName*).
+
 * *user* : The JDBC user
 
 * *password* : The JDBC password

Modified: aries/trunk/tx-control/tx-control-provider-jdbc-xa/README.md
URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/tx-control-provider-jdbc-xa/README.md?rev=1735924&r1=1735923&r2=1735924&view=diff
==============================================================================
--- aries/trunk/tx-control/tx-control-provider-jdbc-xa/README.md (original)
+++ aries/trunk/tx-control/tx-control-provider-jdbc-xa/README.md Mon Mar 21 08:27:20 2016
@@ -133,6 +133,8 @@ The following properties will automatica
 
 * *serverName* : The name of the database server
 
+* *url* : The JDBC url to use (often used instead of other properties such as *serverName*, *portNumber* and *databaseName*).
+
 * *user* : The JDBC user
 
 * *password* : The JDBC password