View Single Post

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

Oliver Jowett 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".


At least in CVS HEAD there is an

org.postgresql.ds.PGConnectionPoolDataSource#setDe faultAutoCommit(boolea
n)

and an

org.postgresql.ds.PGConnectionPoolDataSource#isDef aultAutoCommit()

Yours,
Laurenz Albe

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote