Subject Closing FBWrappingDataSource
Author Elias Holman
I have some code which seems to do connection pooling correctly, but I
have a relatively simple question: how do you close the connection pool,
i.e. release all cached connections, including related Java and database
resources. This is not part of the DataSource interface, for some
reason. I tried setting the maxPoolSize to 0, but that gave me a divide
by 0 error. I looked through the docs on the site and the mailing list
archive. Is there something that I am overlooking?

--
Eli