Noel J. Bergman wrote:
If there is no verification statement,
PoolableConnectionFactory.validateObject(Object) still does:

            try {
                if(conn.isClosed()) {
                    return false;
                }
            ...

which is what we wanted in the first place. :-)

Double check this, but for me, conn.isClosed() throws a SQLException, and the connection gets put back into the pool, i.e., it doesn't get to return false;


--
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to