Subject Closing connection pooling
Author Christian Flaig
Hi!

I just started using a connection pool with firebird jdbc driver,
implemented with the FBWrappingDataSource.

All works fine, but the test application does not close the application in
clean way. I suspect that the connection pool is still running.

How can I close a connection pooling with FBWrappingDataSource? There is no
close() method.

Thanks for your help.

Regards,

Christian