I figured it out. Classpath issue. I had the postgres driver in my web app
and in tomcat's lib folder. Removing from the web app fixed it.

On Mon, Aug 27, 2018 at 9:47 AM Alex O'Ree <alexo...@apache.org> wrote:

> Unfortunately, it's not working. I've tried unwrap for both
> org.postgresql.jdbc.PgConnection (concrete class) and
> org.psotgresql.PGConnection (interface) and both of them fail to unwrap.
> Any other suggestions?
>
> On Sun, Aug 26, 2018 at 10:04 AM Alex O'Ree <alexo...@apache.org> wrote:
>
>> Perfect, thanks
>>
>> On Fri, Aug 24, 2018, 5:05 PM Torsten Krah <krah...@gmail.com> wrote:
>>
>>> The isWrapperFor(..) and unwrap(..) methods on the connection API should
>>> work for this.
>>>
>>

Reply via email to