close Jdbc3PoolingDataSource connections ? - Mailing list pgsql-jdbc

From Paul Guermonprez
Subject close Jdbc3PoolingDataSource connections ?
Date
Msg-id 3E70913C.3090501@integragen.com
Whole thread Raw
List pgsql-jdbc
hello,


i would like to close all current connections
in a Jdbc3PoolingDataSource, but i can't find a way
to do that. (and stop future connections)

i tried :
- source.close() (java.lang.NullPointerException)
- source.setMaxConnections( 0 ) (java.lang.NullPointerException)
- source = null (nothing)
it is not closing connections.

looking at the driver's sources, it was supposed to work (???)


many thanks for your help.


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Doubt in Value insertion to an Array column through
Next
From: Barry Lind
Date:
Subject: Re: Batch update error