Re: Newbie kestion

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "Hermann RANGAMANA" <hrangamana(at)primagendys(dot)fr>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Newbie kestion
Date: 2001-06-06 15:04:46
Message-ID: 038301c0ee9a$06e1a7c0$0302a8c0@INSPIRON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The source for the driver can be found in the postgres tarball

Regarding your other question, I think the driver defaults to autocommit
off, so you could be correct

Dave
----- Original Message -----
From: "Hermann RANGAMANA" <hrangamana(at)primagendys(dot)fr>
To: <pgsql-jdbc(at)postgresql(dot)org>
Sent: Wednesday, June 06, 2001 9:36 AM
Subject: [JDBC] Newbie kestion

> I'm new to the list ...
>
> I'd like to know where can i found the source of the jdbc driver for
> postgresql (the jdbc7.0-1.2.jar)
>
> --hermann
>
> PS: Is anyone here using postgres with jBoss (minerva as pool connection
> manager)? I really have a strange problem : when i perform "update" query
on
> the base via a pooled connection from minerva, it is throwing exception,
> while everything works fine with "insert" or "select". I wonder if
something
> in the driver (like auto-commit or anything else) may cause this problem.
My
> guess: Auto-commit is set to true in a "update" query, so that when
minerva
> tries to end the transaction by commiting it, exceptions get thrown.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-06-06 21:15:40 Finalize large object patch
Previous Message Hermann RANGAMANA 2001-06-06 13:36:01 Newbie kestion