Re: defaultAutoCommit problem with glassfish

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Albe Laurenz <all(at)adv(dot)magwien(dot)gv(dot)at>
Cc: Douglas Hammond <wizhippo(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: defaultAutoCommit problem with glassfish
Date: 2007-07-26 08:39:56
Message-ID: 46A85DDC.1060603@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Albe Laurenz wrote:
> Oliver Jowett wrote:
>>> <bean id="dsAdapter" destroy-method="close"
>>> class="org.postgresql.ds.PGConnectionPoolDataSource">
>>> <property name="defaultAutoCommit" value="false" />
>> AFAIK there is no javabean accessor on
>> PGConnectionPoolDataSource for a property named "defaultAutoCommit".
>
> At least in CVS HEAD there is an
>
> org.postgresql.ds.PGConnectionPoolDataSource#setDefaultAutoCommit(boolea
> n)

Oops. Not sure how I missed that the first time around, I did look for
it! Not sure what is going on then.

To the OP: what exactly is the failure that you see when trying to use
the defaultAutoCommit property on the PG datasource?

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Xiaoyu 2007-07-26 15:54:32 how to handle very large data object efficiently
Previous Message Albe Laurenz 2007-07-26 07:58:34 Re: defaultAutoCommit problem with glassfish