You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cs...@apache.org on 2006/09/18 23:04:16 UTC

svn commit: r447555 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/jdbc/guide.xml

Author: cschoett
Date: Mon Sep 18 14:04:16 2006
New Revision: 447555

URL: http://svn.apache.org/viewvc?view=rev&rev=447555
Log:
Updated doc for JdbcControl.ConnectionDriver annotation properties element.

Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/jdbc/guide.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/jdbc/guide.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/jdbc/guide.xml?view=diff&rev=447555&r1=447554&r2=447555
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/jdbc/guide.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/jdbc/guide.xml Mon Sep 18 14:04:16 2006
@@ -34,7 +34,7 @@
                                     <tr><td>databaseURL</td><td>String</td><td>Yes</td><td>The database connection URL</td></tr>
                                     <tr><td>userName</td><td>String</td><td>No</td><td>The username to connect to the database with</td></tr>
                                     <tr><td>password</td><td>String</td><td>No</td><td>The password associated with userName</td></tr>
-                                    <tr><td>properties</td><td>String</td><td>No</td><td>A comma seperated list of properties for the connection</td></tr>
+                                    <tr><td>properties</td><td>String</td><td>No</td><td>A semicolon seperated list of properties for the connection, property values are ignored if either the userName or password element of this annotation is set.</td></tr>
                             </table>
                     </section>
                     <section>