Re: defaultAutoCommit problem with glassfish

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Douglas Hammond <wizhippo(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: defaultAutoCommit problem with glassfish
Date: 2007-07-25 22:08:38
Message-ID: 46A7C9E6.1090502@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mikko Tiihonen 2007-07-26 00:33:44 BinaryTransfer patches v8
Previous Message Douglas Hammond 2007-07-25 15:02:21 defaultAutoCommit problem with glassfish