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

From Oliver Jowett
Subject Re: defaultAutoCommit problem with glassfish
Date
Msg-id 46A7C9E6.1090502@opencloud.com
Whole thread Raw
In response to defaultAutoCommit problem with glassfish  ("Douglas Hammond" <wizhippo@gmail.com>)
List pgsql-jdbc
Douglas Hammond 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".

If you try to set some obviously incorrect property
("thisPropertyDoesNotExist"), what happens? The bug may be that whatever
is building the DS from the XML is silently ignoring properties that it
can't find an accessor for, rather than complaining about misconfiguration.

-O

pgsql-jdbc by date:

Previous
From: "Douglas Hammond"
Date:
Subject: defaultAutoCommit problem with glassfish
Next
From: Mikko Tiihonen
Date:
Subject: BinaryTransfer patches v8