Re: Using CopyManager with pooled JCA connection

From: Jim Garrison <jim(dot)garrison(at)nwea(dot)org>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Using CopyManager with pooled JCA connection
Date: 2013-09-12 22:07:22
Message-ID: 0C723FEB5B4E5642B25B451BA57E27303EE033DC@S1P5DAG3C.EXCHPROD.USA.NET
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 connections I get instances of the same classes loaded by two different classloaders, which makes them completely incompatible. Sigh...

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vitalii Tymchyshyn 2013-09-13 04:53:31 Re: Using CopyManager with pooled JCA connection
Previous Message Kris Jurka 2013-09-12 21:34:48 Re: Using CopyManager with pooled JCA connection