Our project uses the BasicDataSource class to create and maintain
the pool of database connections (internally, the BasicDataSource creates an
AbandonedObjectPool for the connection pooling).  What I noticed is that
when the close() method is called on the BasicDataSource, the "abandoned
connections" are not being returned to the pool in order for them to be
closed.

        The check for whether "abandoned connections" are returned to the
pool is only performed in the AbandonedObjectPool's borrowObject().  Since
the AbandonedObjectPool does not have a close() method to return all the
abandoned connections to the pool, does anyone know of another way to
accomplish this when the pool is being closed?  

        Thank you in advance for your feedback.

        Cheryl Timko






------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments, contains information of 
Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, 
proprietary copyrighted and/or legally privileged, and is intended solely for the use 
of the individual or entity named on this message.  If you are not the intended 
recipient, and have received this message in error, please immediately return this by 
e-mail and then delete it.

==============================================================================


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

Reply via email to