Re: Does the JDBC driver support XADataSource interface?

From: Barry Lind <barry(at)xythos(dot)com>
To: vernonw(at)gatewaytech(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Does the JDBC driver support XADataSource interface?
Date: 2002-09-12 16:52:05
Message-ID: 3D80C635.4030205@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Current sources support DataSources when build under jdk1.2 or 1.3 when
you have the javax.sql package in your classpath while building. XA is
not supported since the postgresql server doesn't support XA transactions.

thanks,
--Barry

Vernon Wu wrote:
> To integrate with Joram, a JMS server, I have been asked to find out
whether the JDBC driver support the interface or
> not. I can't find any online document mention it.
>
> Thanks for your information.
>
> Vernon
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2002-09-12 16:56:31 Re: Speedup patch for getTables() and getIndexInfo()
Previous Message Barry Lind 2002-09-12 16:51:59 Re: Is getProcedureColumns working for pgjdbc2.jar?