Timeout for Idle Connections

2010-02-22 Thread Patrick Kranz
Hello list, I've been playing around with the DBCP for quite some time now, because I want to get rid of Oracles Connection Pool. The only problem I still wasn't able to solve is the following: In my Oracle Pool a connection gets closed within the pool after some configurable amount of time.

Re: [math] Re: NormalDistribution

2010-02-22 Thread kalpa rajadurai
Hi Team, Thanks for your quick response. We would like to know, when this bug will be fixed and probably when Commons Math 2.1 Version would be released? As our project is dependent on your API, it would be highly appreciated if we get the fix or any kind of work around as soon as possible. Than

Re: [math] Re: NormalDistribution

2010-02-22 Thread Kedar Palsule
Hi Team, I cant figure out how to download the development version 2.1 of Apache Math Commons. Alternatively, it would be good if I could figure out how to download the nightly build. The problem is that the official release, version 2.0, has a bug in a part of the code that I need. Please let m

XMLConfiguration Empty Tag syntax

2010-02-22 Thread Rob Elliott
I'm parsing some XML and moving it over from one XMLConfiguration object to another as follows: private void mergeTopNode(XMLConfiguration masterCfg, XMLConfiguration mergedCfg, String nodeName) { SubnodeConfiguration subNode = masterCfg.confi

Re: [math] Re: NormalDistribution

2010-02-22 Thread Luc Maisonobe
Kedar Palsule a écrit : > Hi Team, > > I cant figure out how to download the development version 2.1 of Apache Math > Commons. Alternatively, it would be good if I could figure out how to > download the nightly build. > The problem is that the official release, version 2.0, has a bug in a part >

Re: [configuration] XMLConfiguration Empty Tag syntax

2010-02-22 Thread Oliver Heger
Am 22.02.2010 18:34, schrieb Rob Elliott: I'm parsing some XML and moving it over from one XMLConfiguration object to another as follows: private void mergeTopNode(XMLConfiguration masterCfg, XMLConfiguration mergedCfg, String nodeName) {

RE: [configuration] XMLConfiguration Empty Tag syntax

2010-02-22 Thread Rob Elliott
Yes, the xml is valid and can browse using IE. Thank you for your response. -Original Message- From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] Sent: Monday, February 22, 2010 3:42 PM To: Commons Users List Subject: Re: [configuration] XMLConfiguration Empty Tag syntax Am 22.02.2

[dbcp] Re: Timeout for Idle Connections

2010-02-22 Thread Phil Steitz
Patrick Kranz wrote: > Hello list, > > I've been playing around with the DBCP for quite some time now, because > I want to get rid of Oracles Connection Pool. The only problem I still > wasn't able to solve is the following: > > In my Oracle Pool a connection gets closed within the pool after som