Re: defaultAutoCommit problem with glassfish

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: defaultAutoCommit problem with glassfish
Дата
Msg-id 46A85DDC.1060603@opencloud.com
обсуждение исходный текст
Ответ на Re: defaultAutoCommit problem with glassfish  ("Albe Laurenz" <all@adv.magwien.gv.at>)
Список 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 по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: defaultAutoCommit problem with glassfish
Следующее
От: Xiaoyu
Дата:
Сообщение: how to handle very large data object efficiently