View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 01:49 AM
Oliver Jowett
 
Posts: n/a
Default Re: defaultAutoCommit problem with glassfish

Douglas Hammond wrote:

> <bean id="dsAdapter" destroy-method="close"
> class="org.postgresql.ds.PGConnectionPoolDataSourc e">


> <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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote