Re: defaultAutoCommit problem with glassfish - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: defaultAutoCommit problem with glassfish
Date
Msg-id 46A85DDC.1060603@opencloud.com
Whole thread Raw
In response to Re: defaultAutoCommit problem with glassfish  ("Albe Laurenz" <all@adv.magwien.gv.at>)
List 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

pgsql-jdbc by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: defaultAutoCommit problem with glassfish
Next
From: Xiaoyu
Date:
Subject: how to handle very large data object efficiently