https://issues.apache.org/bugzilla/show_bug.cgi?id=48817

--- Comment #13 from Matt Passell <mpass...@grovehillsoftware.com> 2010-08-06 
15:17:58 EDT ---
Created an attachment (id=25858)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25858)
Add description for validatorClassName attribute to doc

Great!  I've attached a patch for the jdbc-pool.xml file, adding a description
of the new validatorClassName attribute.  I had more trouble creating the patch
than usual, so here's the text inline, just in case the patch is broken:

    <attribute name="validatorClassName" required="false">
      <p>(String) The name of a class which implements the
<code>org.apache.tomcat.jdbc.pool.Validator</code> interface and provides a
no-arg constructor (may be implicit).
         If specified, the class will be used to create a Validator instance
which is then used instead of any validation query to validate connections.
         The default value is <code>null</code>.
         An example value is
<code>com.mycompany.project.SimpleValidator</code>.
      </p>
    </attribute>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to