Subject Re: Connection.isClosed()
Author Ian A. Newby
Thanks

--- In Firebird-Java@yahoogroups.com, Roman Rokytskyy <rrokytskyy@...>
wrote:
>
> Hi,
>
> > However, on the if (!con.isClosed()) { line I get the following
error...
> >
> > org.firebirdsql.jdbc.FBSQLException: Connection
> > org.firebirdsql.pool.PooledConnectionHandler@94a28e was closed. See
> > the attached exception to find the place where it was closed
> >
org.firebirdsql.pool.PooledConnectionHandler.invoke(PooledConnectionHandler.java:209)
> > $Proxy12.isClosed(Unknown Source)
> > uk.co.tpmi.engine.DBWriter.doPost(DBWriter.java:194)
> >
> >
> > Should a check whether a connection is closed throw an exception
if it is?
>
> This looks like a bug in Jaybird - I am pretty sure I do not handle
this
> method in the proxy. I will check this later today.
>
> Roman
>