Subject Re: [Firebird-Java] Re: GDS Exception. 335544721. Unable to complete network request to host
Author Mark Rotteveel
On Thu, 16 May 2013 08:14:34 -0000, "hugo.larson" <hugo.larson@...>
wrote:
> Hi,
>
> Yes it seems to be the case. When the JVM is exited the log occurs.
>
> Does Jaybird have a static call to close all open connections?

Jaybird itself doesn't have that, and it would be a risky functionality,
especially if the driver is used in an Application Server by multiple
applications. I believe you are currently using some kind of connection
pool, right? Sometimes connectionpool datasources have a shutdown() or
close() method or something similar to make it close all its pooled
connections.

Mark