I believe that this is a bug in Orion.

-Dan


Johan Fredriksson wrote:

> Is there a way to debug the DriverManagerConnectionPoolConnection so I
> can detect where it happens? I know that a few places where I used the
> try {     conn = getConn();    stmt = conn.prepareStatement();    rs =
> stmt.executeQuery();}catch (SQLException sqle) { }finally {    try
> {        rs.close();        stmt.close();        conn.close();
> }catch (SQLException sqle) {    }} one of the close() are throwing an
> exception and therefore the conn is not closed.  I'd like to have
> DriverManagerConnectionPoolConnection to tell me where I did this
> dreadful  mistake. regards   Johan Fredriksson

--
Daniel G. Koulomzin
Digital Media On Demand
244 Brighton Ave. 3rd Floor
Allston MA 02134




Reply via email to