Re: [DBCP] Shutting down Derby and the Pool

2010-01-18 Thread Pawan Singh
I am using PoolingDataSource. This data source does not seem to have a way of shutting down. -Pawan On Jan 18, 2010, at 9:44 AM, Phil Steitz wrote: > Pawan Singh wrote: >> Hi >> >> I am using Apache Derby (embedded) and Apache DBCP to set up a nice pooling >> data source. My question is how t

Re: [VOTE] Release Jexl 2.0

2010-01-18 Thread henrib
Since there was only one +0 vote pending documentation updates, I went ahead and published an RC6 correcting those. So, this is now the vote for releasing Commons Jexl 2.0 based on RC6. RC6 site is here: http://people.apache.org/builds/commons/jexl/2.0/RC6/site RC6 staged artefacts (source, ja

[g...@vmgump]: Project commons-jexl (in module apache-commons) failed

2010-01-18 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jexl has an issue affecting its community integration. This issue

Re: [DBCP] Shutting down Derby and the Pool

2010-01-18 Thread Phil Steitz
Pawan Singh wrote: > Hi > > I am using Apache Derby (embedded) and Apache DBCP to set up a nice pooling > data source. My question is how to close this pooling data source properly > when the application shuts down. If I am not using DBCP, I can make direct > JDBC calls on the Derby data source

Using Apache Launcher to start a java method as a separate child process

2010-01-18 Thread Lahiru Gunathilake
Hi devs, I like to know whether the $subject is possible with Apache Launcher ? If I have a particular method I want to start as a separate child process of my parent process how I am suppose to use Launcher class in apache Launcher. I don't want to use any ant script or anything my requirement i