stringtype setting with PGXADataSource

From: Mike O'Toole <mike(dot)otoole(at)outlook(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: stringtype setting with PGXADataSource
Date: 2013-05-21 14:53:07
Message-ID: COL127-W62D757783765DDDB7062EEAA80@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,
I am in the middle of a Oracle to Postgres migration and have some difficulty with properly configuring the XA driver. I need to set the stringtype=unspecified property, but that seems to be ignored with the XA driver. It seems to work fine with the non-xa driver, but since I am in the middle of this conversion I need to be able to work with the Oracle and Postgres datasources within the same transaction.
I am using the postgresql-9.2-1002.jdbc4 jar with Weblogic 10.3.
Thanks, Mike

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2013-05-21 15:12:49 Re: stringtype setting with PGXADataSource
Previous Message Rui Zhu 2013-05-21 08:40:57 [PATCH] Driver.knownProperties key is "tcpKeepAlive", but URL parameter is created with "tcpkeepalive", which renders setTcpKeepAlive(boolean) uneffective