close Jdbc3PoolingDataSource connections ?

Поиск
Список
Период
Сортировка
От Paul Guermonprez
Тема close Jdbc3PoolingDataSource connections ?
Дата
Msg-id 3E70913C.3090501@integragen.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Doubt in Value insertion to an Array column through
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Batch update error