Re: Using CopyManager with pooled JCA connection - Mailing list pgsql-jdbc

From Jim Garrison
Subject Re: Using CopyManager with pooled JCA connection
Date
Msg-id 0C723FEB5B4E5642B25B451BA57E27303EE033DC@S1P5DAG3C.EXCHPROD.USA.NET
Whole thread Raw
In response to Re: Using CopyManager with pooled JCA connection  (Jim Garrison <jim.garrison@nwea.org>)
Responses Re: Using CopyManager with pooled JCA connection  (Vitalii Tymchyshyn <vit@tym.im>)
Re: Using CopyManager with pooled JCA connection  (Jim Garrison <jim.garrison@nwea.org>)
List pgsql-jdbc
Tried

        DatabaseMetaData md = con.getMetaData();
        Connection       rc = md.getConnection();

 but that just returns the same ConnectionHandle object.  Looks like I'm at a dead end because for two different
connectionsI get instances of the same classes loaded by two different classloaders, which makes them completely
incompatible.Sigh... 


pgsql-jdbc by date:

Previous
From: Jim Garrison
Date:
Subject: Re: Using CopyManager with pooled JCA connection
Next
From: Kris Jurka
Date:
Subject: Re: Using CopyManager with pooled JCA connection