Re: [pipeline] Any working examples

2007-01-19 Thread Kris Nuttycombe
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Kris Nuttycombe Associate Scientist II Enterprise Data Systems National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

Re: [pipeline] Re: commons pipeline queue capacity patch

2006-11-09 Thread Kris Nuttycombe
for the ThreadPool factory. Any ideas? thanks, eric On Wed, Nov 08, 2006 at 11:01:11AM -0700, Kris Nuttycombe wrote: Hi, Eric, Thanks a lot for the patch. As it happens, we just ran into a similar problem last week and I have added a slightly different but equivalent solution to the most recent

[pipeline] Re: commons pipeline queue capacity patch

2006-11-08 Thread Kris Nuttycombe
Hi, Eric, Thanks a lot for the patch. As it happens, we just ran into a similar problem last week and I have added a slightly different but equivalent solution to the most recent snapshot. Instead of specifying a queue class, I have now added a QueueFactory interface and implementations for

Re: [collections] Generifying Collections

2006-10-26 Thread Kris Nuttycombe
Henri Yandell wrote: I've mulled it for a bit, and I don't think that it's worth it for us to try and change package names to make it easier for people not to be held up by other entities. If we do that then there will be less pressure for those projects to upgrade, and we'll just be causing

Re: [collections] Generifying Collections

2006-10-26 Thread Kris Nuttycombe
Okay, fine with me. Do I need to request any special write access for SVN, or should I be okay? Thus far all I've done is work in the sandbox. Kris Stephen Colebourne wrote: Kris Nuttycombe wrote: I'm definitely +1 to getting moving, so would folks agree to at least create a branch from

Re: [collections] Generifying Collections

2006-10-26 Thread Kris Nuttycombe
Yep, I was voted on and tested out adding a blank line to a file and it appears I'm set to go. Thanks! Kris Stephen Colebourne wrote: Kris Nuttycombe wrote: Okay, fine with me. Do I need to request any special write access for SVN, or should I be okay? Thus far all I've done is work

Re: [collections] Generifying Collections

2006-10-25 Thread Kris Nuttycombe
Stephen Colebourne wrote: From: Mario Ivankovits [EMAIL PROTECTED] Well, the number is dependent on the strategy we are trying to achieve: a) using '4' would indicate that every major version will have a new package name, but then you can't use a major version to just remove deprections (a

Re: [collections] Generifying Collections

2006-10-25 Thread Kris Nuttycombe
James Carman wrote: I don't like forking all of commons together. To say commons5-collections-1.0 doesn't work for me. Then, we have to get all of the commons projects to decide on fork points. Am I understanding (c) correctly? I don't think there has to be commons-wide fork at all. I just

Re: [collections] Generifying Collections

2006-10-24 Thread Kris Nuttycombe
(Compare this with the JDK where they had to jump through ridiculous hoops to make generics fully backwards-compatible, and created a half-arsed mess in the process...) This is the real problem. We must use a different namespace for the Java package itself. A lot of stuff depends on c-c

[collections] Generifying Collections

2006-10-20 Thread Kris Nuttycombe
Speaking of porting to collections to generics, I have a bit of time available to contribute to this effort. Could we at least create a generics branch in SVN to get the ball rolling? This topic has been bounced around for a long time, but the process needs to start at some point. I realize

Re: [collections] Generifying Collections

2006-10-20 Thread Kris Nuttycombe
as you outline. Kris, are you a committer @ apache? Yes. If others like, I can (I think) create the sandbox project once a name is agreed upon. Should we make 3.2 the start of the branch, or is there a reason to branch from the current state of the trunk? Kris Kris Nuttycombe wrote

Re: [collections] Generifying Collections

2006-10-20 Thread Kris Nuttycombe
recognition and all. So, perhaps create the sandbox project as collections5 but use the org.apache.commons.collections package name, and when it's time to promote, do it as a major version release (maybe 5.0) of collections? Kris Stephen Colebourne wrote: Kris Nuttycombe wrote: Should we make 3.2

[jira] Created: (DIGESTER-108) [digester] [PATCH] Fix for broken links on Digester homepage

2006-10-17 Thread Kris Nuttycombe (JIRA)
: Improvement Affects Versions: Nightly Builds Reporter: Kris Nuttycombe Priority: Trivial Fix For: Nightly Builds Attachments: index.xml.patch Just a couple extremely minor fixes for the homepage. -- This message is automatically generated by JIRA

[jira] Updated: (DIGESTER-108) [digester] [PATCH] Fix for broken links on Digester homepage

2006-10-17 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-108?page=all ] Kris Nuttycombe updated DIGESTER-108: - Attachment: index.xml.patch [digester] [PATCH] Fix for broken links on Digester homepage

[jira] Resolved: (SANDBOX-171) multi-threaded implemenation of StageDriver

2006-10-10 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-171?page=all ] Kris Nuttycombe resolved SANDBOX-171. - Resolution: Fixed I have added a unit test for the submitted driver implementations and committed the new drivers to the repository. Thanks

Re: How to make site updates?

2006-09-29 Thread Kris Nuttycombe
Great, I have everything working now. For the time being, I simply removed the height setting in order to deploy the new site. Thanks very much for all your help! Kris Dennis Lundberg wrote: Kris Nuttycombe wrote: One thing I'm finding with the site generation: the height setting

Re: How to make site updates?

2006-09-26 Thread Kris Nuttycombe
I'm quite familiar with the site plugin; the question is, once I've generated the site, how do I actually go about updating the content that's visible from the Jakarta home page? This is what is out of date and needs to be replaced with the newly generated site documentation. Kris Dennis

Re: How to make site updates?

2006-09-26 Thread Kris Nuttycombe
One thing I'm finding with the site generation: the height setting for the breadcrumbs bar is fouling up the flow of both the pipeline and compress sites: #breadcrumbs { background-color: #ccc; border-top: 1px solid #aaa; height: 13px; } If I remove this height setting, the pages display

Re: How to make site updates?

2006-09-21 Thread Kris Nuttycombe
The site looks pretty good, although it appears that there may be some CSS problems - the left navigation bar is floated over the body content in both Firefox and Konqueror; I'm not sure how it shows up in IE. So, how do I go about deploying the site? Kris Dennis Lundberg wrote: Kris

How to make site updates?

2006-09-20 Thread Kris Nuttycombe
Hi, all, What is the general process for making updates to a project site? There have been a number of changes to the pipeline documentation and the javadocs need to be regenerated. How do I go about making these changes visible? The project is using maven2 and the default templates for site

[jira] Resolved: (SANDBOX-40) [pipeline] SimpleStageDriver does not stop the monitor

2006-08-29 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-40?page=all ] Kris Nuttycombe resolved SANDBOX-40. Fix Version/s: Nightly Builds Resolution: Fixed Assignee: Kris Nuttycombe Patch included in fixes for SANDBOX-165 [pipeline

[jira] Resolved: (SANDBOX-165) [pipeline] [patch] Major modifications for commons-pipeline

2006-08-29 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-165?page=all ] Kris Nuttycombe resolved SANDBOX-165. - Fix Version/s: Nightly Builds Resolution: Fixed Assignee: Kris Nuttycombe Patch applied. [pipeline] [patch] Major modifications

Re: svn commit: r436914 [1/4] - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/ main/java/org/apache/commons/pipeline/config/ main/java/org/apache/commons/pipeli

2006-08-28 Thread Kris Nuttycombe
Thanks for the pointers. I've removed the @author tags and and am working on adding the eol-style property to all of the newly added files. Now, how do I go about changing the nightly build to use Maven 2 instead of 1.0.2? Thanks, Kris Rahul Akolkar wrote: On 8/25/06, [EMAIL PROTECTED]

Re: svn commit: r436914 [1/4] - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/ main/java/org/apache/commons/pipeline/config/ main/java/org/apache/commons/pipeli

2006-08-28 Thread Kris Nuttycombe
Great, thanks Phil! Kris Phil Steitz wrote: On 8/28/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: Thanks for the pointers. I've removed the @author tags and and am working on adding the eol-style property to all of the newly added files. Now, how do I go about changing the nightly build

JIRA permissions

2006-08-28 Thread Kris Nuttycombe
Another new-committer question: Are special privileges required to change the status of issues in JIRA? There are a few outstanding issues in [pipeline] that can now be closed. This is an issue not yet covered in the new committers' guide. Thanks, Kris

Re: JIRA permissions

2006-08-28 Thread Kris Nuttycombe
normal user? Hen On 8/28/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: Another new-committer question: Are special privileges required to change the status of issues in JIRA? There are a few outstanding issues in [pipeline] that can now be closed. This is an issue not yet covered in the new

Apache SVN pointers

2006-08-25 Thread Kris Nuttycombe
Hi, all, As a newly-minted Jakarta committer, I'm having some unexpected problems making a commit to svn. I'm in the process of moving sandbox/pipeline over to Maven 2, but seem to be unable to commit any of my changes. Here are the results of my attempt to add a new pom.xml file: [sente2

Re: Apache SVN pointers

2006-08-25 Thread Kris Nuttycombe
I did not run svnpasswd, although I did visit https://svn.apache.org/change-password as directed in the new committers guide. Kris Rahul Akolkar wrote: On 8/25/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: Hi, all, As a newly-minted Jakarta committer, I'm having some unexpected problems

Re: Apache SVN pointers

2006-08-25 Thread Kris Nuttycombe
Also, running svnpasswd also directs one to the same site, so my password *should* be okay. Kris Nuttycombe wrote: I did not run svnpasswd, although I did visit https://svn.apache.org/change-password as directed in the new committers guide. Kris Rahul Akolkar wrote: On 8/25/06, Kris

Re: Apache SVN pointers

2006-08-25 Thread Kris Nuttycombe
Yes, that worked! Thanks a lot, Henri. Kris Henri Yandell wrote: Try again. There was a missing comma in the configuration file. Hen On 8/25/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: Also, running svnpasswd also directs one to the same site, so my password *should* be okay. Kris

Re: [RESULT] [VOTE] Kris Nuttycombe as committer?

2006-08-10 Thread Kris Nuttycombe
, Kris Henri Yandell wrote: On 8/9/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: Thank you all for this honor! I'm really excited to be a part of this community. :) Now, can someone please hold my hand while I make my first tentative steps as a committer, i.e., let me know what needs

Re: [RESULT] [VOTE] Kris Nuttycombe as committer?

2006-08-09 Thread Kris Nuttycombe
Thank you all for this honor! I'm really excited to be a part of this community. Now, can someone please hold my hand while I make my first tentative steps as a committer, i.e., let me know what needs to be done to get set up? Kris Henri Yandell wrote: On 8/4/06, Henri Yandell [EMAIL

[jira] Created: (SANDBOX-165) [pipeline] [patch] Major modifications for commons-pipeline

2006-08-04 Thread Kris Nuttycombe (JIRA)
Components: Pipeline Reporter: Kris Nuttycombe Attachments: commons-pipeline.patch, svn-patch.sh This patch makes significant changes to the underlying pipeline API that are intended to facilitate unit testing and reduce coupling between stages and the execution

Re: commons-pipeline status?

2006-08-04 Thread Kris Nuttycombe
What happens next will depend upon whether or not a committer is willing to take on and mentor the project. I have submitted a patch set to JIRA that can be used to bring the code base up to date with respect to recent development that's been done, but if you want to take a look at the code

[jira] Created: (SANDBOX-164) Maven 2.0 pom.xml

2006-08-03 Thread Kris Nuttycombe (JIRA)
Maven 2.0 pom.xml - Key: SANDBOX-164 URL: http://issues.apache.org/jira/browse/SANDBOX-164 Project: Commons Sandbox Issue Type: Improvement Components: Convert Reporter: Kris Nuttycombe

[jira] Updated: (SANDBOX-164) Maven 2.0 pom.xml

2006-08-03 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-164?page=all ] Kris Nuttycombe updated SANDBOX-164: Attachment: pom.xml Initial pom.xml Maven 2.0 pom.xml - Key: SANDBOX-164 URL: http

[jira] Updated: (SANDBOX-164) Maven 2.0 pom.xml

2006-08-03 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-164?page=all ] Kris Nuttycombe updated SANDBOX-164: Attachment: pom.xml Oops, left off the junit dependency Maven 2.0 pom.xml - Key: SANDBOX-164 URL

Re: [convert] Project restart ?

2006-08-01 Thread Kris Nuttycombe
in to my projects instead of my home-grown equivalents, particularly for conversion to and from the various java.sql.* types. As a start, what do people think about moving the project to Maven 2? I'd be happy to put together a pom.xml file. Kris Oliver Zeigermann wrote: 2006/7/31, Kris

Re: [convert] Project restart ?

2006-07-31 Thread Kris Nuttycombe
I'd be happy to donate a little time, if someone could give a report on what the current state of the project is and what needs to be done. Data conversion is a significant issue where I work. Kris Andres Almiray wrote: Hi, Is anyone interested in restarting the project ? Following

Re: building openpgp, commons-sandbox-parent missing

2006-06-23 Thread Kris Nuttycombe
Alternately, you could just add the Apache snapshot repository in the repositories tag of the commons-openpgp POM and eliminate the need for the relative path to the parent. Kris Brett Porter wrote: Try: svn co http://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/ That will grab

Re: [pipeline] Commons Sandbox Pipeline

2005-08-11 Thread Kris Nuttycombe
Hi, Matthew, Yep, I'm still here. I had been inactive for several months, but started doing active development on the pipeline again a few seeks ago. I originally developed Pipeline for doing processing of vector-based geometry data so that I could arbitrarily reorder processing steps and create

[pipeline] Logging style

2005-07-28 Thread Kris Nuttycombe
Hi, Simon, Thanks for taking the time to make this patch work. In the future I'll make certain to test the patches in development environments other than my own, to make certain that they run properly. Generally, @author tags are discouraged in commons components. They are regarded as not

Re: [pipeline] Sandbox karma

2005-07-25 Thread Kris Nuttycombe
that there's some new work going on. If they think it's appropriate, I'll move the project over to the incubator and go from there. Thanks again for your help, Kris Nuttycombe - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [pipeline] Sandbox karma

2005-07-21 Thread Kris Nuttycombe
Martin Cooper wrote: Hi, all, As a few of you know, I've been the primary developer on the commons-pipeline project for a bit over a year now. For the past several months, the project has languished while I've been occupied with other things, but it's now seeing a lot of new development

[pipeline] Sandbox karma

2005-07-20 Thread Kris Nuttycombe
these problems would be greatly appreciated. The maven site:generate goal produces the site correctly, so I think that all that is needed is to push the new site up on the server. Thanks for your help, Kris Nuttycombe

[pipeline] To-do list

2005-03-08 Thread Kris Nuttycombe
-collections/jars/commons-collections-3.1.jar; Attached is the version I now use. Hope it helps. Abhilash On Fri, 04 Feb 2005 09:34:29 -0700, Kris Nuttycombe [EMAIL PROTECTED] wrote: Hi, Abhilash, I'm the main developer of the pipeline, so I can help you out. The javadocs have been broken

[pipeline][commons-build]Re: commons-pipeline site

2005-02-09 Thread Kris Nuttycombe
Cooper PS - What's it like working for NOAA? Just curious. On Fri, 4 Feb 2005, Kris Nuttycombe wrote: Hi, Martin, Thanks for your help! Here's the new tarfile of the current pipeline site. Kris -- = Kris Nuttycombe Associate Scientist Geospatial

[pipeline] API documentation

2005-01-26 Thread Kris Nuttycombe
Hi, all, I just noticed that the links to the API documentation are broken from the commons/sandbox/pipeline homepage. Is there someone out there who can fix this? Thanks, Kris -- = Kris Nuttycombe Associate Scientist Geospatial Data Services

Re: XML call-param-rule attribute from-stack crippled in Digester?

2004-12-28 Thread Kris Nuttycombe
? :) Blake Meike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group

Re: XML call-param-rule attribute from-stack crippled in Digester?

2004-12-28 Thread Kris Nuttycombe
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

Re: Jakarta Commons Structure rehashed

2004-12-17 Thread Kris Nuttycombe
/ beanutils/ branches/ digester/ beanutils/ -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

Re: [beanutils] PropertyUtils DynaBeans

2004-12-10 Thread Kris Nuttycombe
Niall Pemberton wrote: Maybe its not a bad idea, but then again there are easier methods - I uses caches which use the name of the DyanClass. Another issue is it would work for your regular DynaClass, but those that also implement the MutableDynaClass (e.g. LazyDynaClass) would have problems since

Re: [beanutils] PropertyUtils DynaBeans

2004-12-06 Thread Kris Nuttycombe
they create DynaBeans and I believe its better left up to the environment they're being used in to implement a caching mechanism - Struts does this for its DynaActionForm implementation. Niall - Original Message - From: Kris Nuttycombe [EMAIL PROTECTED] To: Commons Developers Jakarta [EMAIL PROTECTED

Re: [beanutils] PropertyUtils DynaBeans

2004-12-06 Thread Kris Nuttycombe
() : WrapDynaBean.createDynaClass(bean).getDynaProperties(); } ...with no need to cache anything in PropertyUtils. Maybe this is a nice convenience method, but I'm pretty neutral about whether it should be added to the API or not. Niall - Original Message - From: Kris Nuttycombe [EMAIL

[beanutils] PropertyUtils DynaBeans

2004-12-03 Thread Kris Nuttycombe
. Any thoughts? Kris -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

[pipeline] Error handling question

2004-12-02 Thread Kris Nuttycombe
, comments, suggestions? Kris -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

Re: [pipeline] Error handling question

2004-12-02 Thread Kris Nuttycombe
a configuration parameter that sets a default policy on interrupting the children when one child quits on Error. Then the child Stages could have an optional policy parameter to request different treatment than the parent's default shutdown policy. -Ken Kris Nuttycombe wrote: Hi, all, I've got a exception

Re: [pipeline] Error handling question

2004-12-02 Thread Kris Nuttycombe
. My only question is - are you planning to make [pipeline] 1.5-compatible only from this point on, or do you also plan to make it 1.4-compatible as well? Cheers, Rory Kris Nuttycombe wrote: I'm toying with making the sibling shutdown policy dependent upon the StageDriver implementation, since

Re: [convert] Type Conversion Library

2004-11-10 Thread Kris Nuttycombe
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center

Re: [pipeline] Status?

2004-10-18 Thread Kris Nuttycombe
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

[beanutils] Generifying the Converter interface

2004-10-14 Thread Kris Nuttycombe
ConversionException if conversion cannot be performed * successfully */ public O convert(ClassO type, I value); } Comments, suggestions? Kris -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center

Re: [chain] Pipeline implementation

2004-09-22 Thread Kris Nuttycombe
of this approach that I have seen. My questions are thus : could Commons-Chain (+ pipeline) be used as the basis for this type of processing? Are there any other open-source frameworks that anyone knows of that do this already? Cheers, Rory -Original Message- From: Kris Nuttycombe [mailto

Re: [chain] Pipeline implementation

2004-09-21 Thread Kris Nuttycombe
of SEDA into this project? There are definitely parts of your code that I'd like to be able to use without forking them, although I'm sure you don't really want to introduce extraneous dependencies. Kris -- = Kris Nuttycombe Associate Scientist

Re: [chain] Pipeline implementation

2004-09-17 Thread Kris Nuttycombe
] -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

Re: [chain] Pipeline implementation

2004-09-17 Thread Kris Nuttycombe
will handle one event and generate another that is referred back to the router for handling? Doesn't this cause problems if your StageHandler raises the same variety of event that caused it to be invoked in the first place? Kris -- = Kris

FTPClient listFiles command failing

2003-10-01 Thread Kris Nuttycombe
to build data connection: Connection timed out Does anyone have an idea of where I should start looking to fix this? Thanks, Kris Nuttycombe Here is some debugging output: 0 [main] DEBUG gov.noaa.nosa.argo.ArgoReader - 220 zeus.aoml.noaa.gov FTP server ready 116 [main] DEBUG

Re: [dbcp] invalid connections

2003-03-17 Thread Kris Nuttycombe
. thanks, ~Robert Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Kris Nuttycombe Associate Scientist Geospatial Data

Re: [general] throw exception OR return value

2003-03-12 Thread Kris Nuttycombe
java.lang.UnsupportedOperationException. Kris -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

Re: [DBCP] Re: REVIEW: Pooled connection architecture vulnerableto double use

2003-03-11 Thread Kris Nuttycombe
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

[DBCP] Re: REVIEW: Pooled connection architecture vulnerable to doubleuse

2003-03-10 Thread Kris Nuttycombe
] -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED

[DBCP] Idle object eviction config for BasicDataSource

2003-03-04 Thread Kris Nuttycombe
Kris Nuttycombe Since Tomcat's JNDI implementation examples use the org.apache.com.dbcp.BasicDataSource, I suspect that a bunch of people have encountered the following problem, as I have: BasicDataSource is not set up to allow overriding of the underlying GenericObjectPool's defaults for time

PATCH: Idle object eviction config for BasicDataSource

2003-02-26 Thread Kris Nuttycombe
indicate that one should submit the diffs to this list; am I looking in the right place? Is there anyone around who maintains the DBCP package that I can talk to about this? Thanks, Kris Nuttycombe Since Tomcat's JNDI implementation examples use the org.apache.com.dbcp.BasicDataSource, I

PATCH: Idle object eviction config for BasicDataSource

2003-02-24 Thread Kris Nuttycombe
instance -- = Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED