Author: markt Date: Fri Oct 3 05:18:34 2008 New Revision: 701363 URL: http://svn.apache.org/viewvc?rev=701363&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45940
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=701363&r1=701362&r2=701363&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Oct 3 05:18:34 2008 @@ -148,6 +148,14 @@ </add> </changelog> </subsection> + <subsection name="Webapps"> + <changelog> + <fix> + <bug>45940</bug>: Correct name of username attribute for JDBC resources + in JNDI how to. (markt) + </fix> + </changelog> + </subsection> <subsection name="Other"> <changelog> <fix> Modified: tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml?rev=701363&r1=701362&r2=701363&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml Fri Oct 3 05:18:34 2008 @@ -592,7 +592,7 @@ <li><strong>url</strong> - Connection URL to be passed to our JDBC driver. (For backwards compatibility, the property <code>driverName</code> is also recognized.)</li> - <li><strong>user</strong> - Database username to be passed to our + <li><strong>username</strong> - Database username to be passed to our JDBC driver.</li> <li><strong>validationQuery</strong> - SQL query that can be used by the pool to validate connections before they are returned to the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]