Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: defaultAutoCommit problem with glassfish



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)

and an

org.postgresql.ds.PGConnectionPoolDataSource#isDefaultAutoCommit()

Yours,
Laurenz Albe



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group