I'm sure this has been answered before, but after my request is sent and
results are returned, the debug log message warns me about not closing
the connection.
I'm currently using the following to close the connection:
if (method.hasBeenUsed() && method.isRequestSent()) {
method.releaseConnection();
}
I'm guessing the warning in the log is referring to the
releaseConnection method, so what am I supposed to do in terms of
releasing the connection if I'm not supposed to release it?
Thanks!
--
~Chris Ashurst
~~Tower Hill Insurance
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]