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