DBCP unique file configuration package

2002-05-03 Thread Q. Werty
Oops, I've forgotten moving previous file to another package so that they may be tested without impact on actual DBCP distribution. Joined sources files have been moved to org.apache.commons.dbcp.ext package. I used a sub package 'ext' like 'extensions', for proposal. Accédez au courrier

cvs commit: jakarta-commons-sandbox/resources PROPOSAL.html

2002-05-03 Thread dlr
dlr 02/05/03 09:50:29 Modified:resources PROPOSAL.html Log: Added myself to initial commiters list. Interested in this project. Revision ChangesPath 1.4 +1 -1 jakarta-commons-sandbox/resources/PROPOSAL.html Index: PROPOSAL.html

cvs commit: jakarta-commons-sandbox/resources build.xml

2002-05-03 Thread dlr
dlr 02/05/03 09:52:12 Modified:resources build.xml Log: Moved taskdef of runservertests down just before its usage so that compilation can occur without the check for test aparatus predicating it. Revision ChangesPath 1.10 +5 -5

cvs commit: jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/message MessageResources.java

2002-05-03 Thread dlr
dlr 02/05/03 09:58:04 Modified:resources/src/java/org/apache/commons/resources/message MessageResources.java Log: Replaced single character String objects (used in concatentating key prefix and name) with the equivalent char. Revision Changes

cvs commit: jakarta-commons/pool/src/java/org/apache/commons/pool BaseKeyedObjectPool.java BaseObjectPool.java KeyedObjectPool.java

2002-05-03 Thread rwaldhoff
rwaldhoff02/05/03 10:01:06 Modified:pool/src/java/org/apache/commons/pool BaseKeyedObjectPool.java BaseObjectPool.java KeyedObjectPool.java Log: removed deprecated numActive/numIdle methods from KeyedObjectPool interface Revision

cvs commit: jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/file FileResources.java

2002-05-03 Thread dlr
dlr 02/05/03 10:06:03 Modified:resources/src/java/org/apache/commons/resources/file FileResources.java Log: Replaced single character String object with the equivalent char. Revision ChangesPath 1.4 +5 -5

DO NOT REPLY [Bug 8787] New: - Indexed field validation patch

2002-05-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8787. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/validators RegexpValidator.java

2002-05-03 Thread morgand
morgand 02/05/03 12:08:02 Modified:latka/src/java/org/apache/commons/latka/validators RegexpValidator.java Log: Validator would throw NullPointerException when it encountered a null HTTP body response. Revision ChangesPath 1.9 +20 -3

cvs commit: jakarta-commons/latka/src/distribution/tests/latka-self-test TestLatka.xml

2002-05-03 Thread morgand
morgand 02/05/03 12:08:15 Modified:latka/src/distribution/tests/latka-self-test TestLatka.xml Log: added HEAD test Revision ChangesPath 1.4 +12 -1 jakarta-commons/latka/src/distribution/tests/latka-self-test/TestLatka.xml Index: TestLatka.xml

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http ResponseImpl.java

2002-05-03 Thread morgand
morgand 02/05/03 12:36:11 Modified:latka/src/java/org/apache/commons/latka/http ResponseImpl.java Log: getByteLength() was not returning -1 when the HTTP body is not present Revision ChangesPath 1.18 +6 -1

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http Response.java

2002-05-03 Thread morgand
morgand 02/05/03 12:43:58 Modified:latka/src/java/org/apache/commons/latka/http Response.java Log: javadoc clarification Revision ChangesPath 1.11 +7 -2 jakarta-commons/latka/src/java/org/apache/commons/latka/http/Response.java Index: Response.java

Re: Fw: [GUMP] how to point the finger?

2002-05-03 Thread Ovidiu Predescu
On 03 May 2002 08:05:59 +0200, Stefan Bodewig [EMAIL PROTECTED] wrote: On Thu, 02 May 2002, Ovidiu Predescu [EMAIL PROTECTED] wrote: I think is a good start, but IMO should be integrated not only with the build process, but also with the automated test frameworks. All that needs to be

cvs commit: jakarta-commons/latka/src/distribution/tests/latka-self-test TestLatka.xml

2002-05-03 Thread morgand
morgand 02/05/03 12:51:03 Modified:latka/src/distribution/tests/latka-self-test TestLatka.xml Log: removed regexp test for head responses, added byte length test instead Revision ChangesPath 1.5 +1 -1

cvs commit: jakarta-commons/latka/src/distribution/tests/watchdog WatchdogJSPSuite.xml WatchdogServletSuite.xml

2002-05-03 Thread morgand
morgand 02/05/03 13:35:24 Modified:latka/src/distribution/tests/watchdog WatchdogJSPSuite.xml WatchdogServletSuite.xml Log: fixed defaultPort Revision ChangesPath 1.3 +1 -1

[Latka] Webapp won't run on Tomcat 4.0.3

2002-05-03 Thread Morgan Delagrange
Hi all, FYI the Latka webapp won't run on Tomcat 4.0.3 (runs fine on 4.0). There seems to be some classloader problems. Tomcat is probably exposing some XML-related (JAXP or Xerces) classes in a parent classloader. I'm trying to find a workaround. It's seriously screwing up my Watchdog

Re: [Latka] Webapp won't run on Tomcat 4.0.3

2002-05-03 Thread Morgan Delagrange
Well, here's some good news. It seems to work on Tomcat 4.0.4 Beta 2. --- Morgan Delagrange [EMAIL PROTECTED] wrote: Hi all, FYI the Latka webapp won't run on Tomcat 4.0.3 (runs fine on 4.0). There seems to be some classloader problems. Tomcat is probably exposing some XML-related

Re: [Latka] Webapp won't run on Tomcat 4.0.3

2002-05-03 Thread Craig R. McClanahan
On Fri, 3 May 2002, Morgan Delagrange wrote: Date: Fri, 3 May 2002 14:42:59 -0700 (PDT) From: Morgan Delagrange [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Latka] Webapp won't

RE: [pool] 1.0 release soon

2002-05-03 Thread Craig R. McClanahan
On Fri, 3 May 2002, Waldhoff, Rodney wrote: Date: Fri, 3 May 2002 12:26:54 -0500 From: Waldhoff, Rodney [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: 'Jakarta Commons Developers List' [EMAIL PROTECTED] Subject: RE: [pool] 1.0 release soon Any

RE: [pool] 1.0 release soon

2002-05-03 Thread Eric Pugh
I would love to see pool and dbcp make it to 1.0! I am using them to provide pooling for DBForms in a soon to be in production application.. And it just makes me feel better to know the code is all at least 1.0! Eric -Original Message- From: Craig R. McClanahan [mailto:[EMAIL

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http Response.java

2002-05-03 Thread morgand
morgand 02/05/03 16:03:47 Modified:latka/src/java/org/apache/commons/latka/http Response.java Log: Javadoc clarification Revision ChangesPath 1.12 +4 -2 jakarta-commons/latka/src/java/org/apache/commons/latka/http/Response.java Index: Response.java

RE: [pool] 1.0 release soon

2002-05-03 Thread Anjan Bacchu
Hi, Are there plans to replace JOCL with Digester for this release ? We're using DBCP with JOCL for an application which will go to production soon. And we'd like to know the road-map for moving it to digester. Thank you, Best Regards, ANJAN. B -Original Message- From: Craig

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/validators ResponseHeaderValidator.java

2002-05-03 Thread morgand
morgand 02/05/03 16:17:12 Modified:latka/src/java/org/apache/commons/latka/validators ResponseHeaderValidator.java Log: multi-header fix Revision ChangesPath 1.7 +25 -5

cvs commit: jakarta-commons/latka project.properties

2002-05-03 Thread dion
dion02/05/03 20:50:34 Modified:latkaproject.properties Log: no message Revision ChangesPath 1.5 +2 -1 jakarta-commons/latka/project.properties Index: project.properties === RCS

cvs commit: jakarta-commons/latka build-maven.xml

2002-05-03 Thread dion
dion02/05/03 20:51:09 Modified:latkabuild-maven.xml Log: no message Revision ChangesPath 1.3 +6 -2 jakarta-commons/latka/build-maven.xml Index: build-maven.xml === RCS file:

cvs commit: jakarta-commons/latka project.xml

2002-05-03 Thread dion
dion02/05/03 20:51:54 Modified:latkaproject.xml Log: no message Revision ChangesPath 1.19 +2 -2 jakarta-commons/latka/project.xml Index: project.xml === RCS file:

RE: [pool] 1.0 release soon

2002-05-03 Thread John McNally
In the event maven and gump are not cooperating, I did make the change to jakarta-turbine-fulcrum. john mcnally On Fri, 2002-05-03 at 10:26, Waldhoff, Rodney wrote: Any remaining to-dos for a 1.0 commons-pool release? My list is done. I just removed the KeyedObjectPool.numActive and

RE: [pool] 1.0 release soon

2002-05-03 Thread dion
What's that about Maven and Gump not cooperating? News to me -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers John McNally [EMAIL PROTECTED] 05/04/02 02:16 PM Please respond to Jakarta Commons