Re: Problem with JTA/JTS

From: Johan Svensson <johan(dot)svensson(at)windh(dot)net>
To: Dave Cramer <Dave(at)micro-automation(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem with JTA/JTS
Date: 2002-06-14 12:25:44
Message-ID: 1024057547.26294.173.camel@voids
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 2002-06-14 at 12:49, Dave Cramer wrote:
> Johan,
>
> Can you send me your test code. I think there are some issues with the
> XAConnection, I think it's time to fix them
>
> Dave
>
> On Fri, 2002-06-14 at 06:14, Johan Svensson wrote:
> > On Thu, 2002-06-13 at 22:32, Tom Lane wrote:

Dave,

Sending some code that simulates JTA interaction with the data source
adapter according to JTA specification (I hope).

You need to create a table named "some_table" with the "int_value"
column of type INT and change the database, username, password etc. Add
the PostgreSQL jdbc jar to classpath and then it should run.

/Johan

Attachment Content-Type Size
pgsql-jdbc-test.tgz application/x-gzip 3.2 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2002-06-14 13:27:27 Re: Problem with JTA/JTS
Previous Message Dave Cramer 2002-06-14 10:49:01 Re: Problem with JTA/JTS