On Tue, 17 May 2005, FERREIRA, William (COFRAMI) wrote:
> hi at present my j2ee application use an Oracle database with XA
> transactions. i'm migrating Oracle to PostgreSQL, and i'm looking for a
> XA driver for PostgreSQL. does it exist ?
>
No, postgresql does not support distributed transactions, so it does not
have XA JDBC support.
Kris Jurka