Re: JDBC XA Support and Sample code?

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Jignesh K(dot) Shah" <J(dot)K(dot)Shah(at)Sun(dot)COM>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC XA Support and Sample code?
Date: 2007-12-05 22:31:39
Message-ID: Pine.BSO.4.64.0712051722470.1360@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 5 Dec 2007, Jignesh K. Shah wrote:

> So how come the API documentation for it is in privateapi and not publicapi..
> That prompted me to infer that it is experimental. (I may not be alone in
> drawing that inference from it.)

The driver just implements the standard interfaces in J2SE, so there's
nothing that really needs to be exposed from an API standpoint.
PGXADataSource should be moved to the public API, but it's unlikely for
people to call it directly.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2007-12-05 22:33:33 Re: Connection attempt hangs when server is unresponsive
Previous Message Kris Jurka 2007-12-05 22:20:10 Re: Hibernate/JTA/PostgreSQL