2012/5/30 Hedrick, Brooke - 43 <brooke.hedr...@rainhail.com>:
>(...)
>
> So far, my options point to making changes to the BasicDataSource to provide 
> a way to set closed=false or make the private method below public with a 
> change to set closed=false.
>
>    /**
>     * Not used currently
>     */
>    private void restart() {  // change to public  -bth
>        try {
>            close();
>            closed = false;  // new line added here -bth
>        } catch (SQLException e) {
>            log("Could not restart DataSource, cause: " + e.getMessage());
>        }
>    }
>

Just a note:

If you want this change to be in the code, you have to ask on the
Apache Commons DBCP project.

Tomcat repacks released versions of Commons Pool and Commons DBCP as
they are, only using an automated string replacement to change the
package name.

Best regards,
Konstantin Kolinko

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

Reply via email to