Re: jcl blog post

2005-02-16 Thread Kevin A. Burton
Shey Rab Pawo wrote: Anyway... I called my newborn connection pool BDCP (basic database connection pool). Its about 1/5 the size of DBCP and a LOT easier to maintain. I built my own connection pool for similar but less informed reasons. I found DBCP to be simply unworkable for some reason.

[betwixt] Patch for ID storing strategy

2005-02-16 Thread Christian Aust
Hi, the following is a patch against current CVS jakarta-commons/betwixt/src/java that implements a pluggable strategy for storing already processed bean ID values. The default implementation provided works exactly like it did before, but it allows me to override this behaviour. The idea is

[GUMP@brutus]: Project commons-id (in module jakarta-commons-sandbox) failed

2005-02-16 Thread Adam Jack
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 [EMAIL PROTECTED] Project commons-id has an issue affecting its community integration. This issue affects

[jira] Created: (JELLY-202) PatternSet's toString gives NPE

2005-02-16 Thread Paul Libbrecht (JIRA)
PatternSet's toString gives NPE --- Key: JELLY-202 URL: http://issues.apache.org/jira/browse/JELLY-202 Project: jelly Type: Bug Components: taglib.ant Versions: 1.0 Reporter: Paul Libbrecht When the logging-level is set

[GUMP@brutus]: Project commons-jelly-tags-xml (in module commons-jelly) failed

2005-02-16 Thread commons-jelly-tags-xml development
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 [EMAIL PROTECTED] Project commons-jelly-tags-xml has an issue affecting its community integration. This

Re: jcl blog post

2005-02-16 Thread Remy Maucherat
On Tue, 15 Feb 2005 21:02:28 -0800, Craig McClanahan [EMAIL PROTECTED] wrote: On Tue, 15 Feb 2005 22:50:51 -0600, Vic [EMAIL PROTECTED] wrote: oops :-[ Wrong link, this is it: http://www.szegedi.org/articles/memleak.html It talks about Commons logging, since i'ts open season. .V

[GUMP@brutus]: Project commons-jelly-tags-ant (in module commons-jelly) failed

2005-02-16 Thread commons-jelly-tags-ant development
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 [EMAIL PROTECTED] Project commons-jelly-tags-ant has an issue affecting its community integration. This

AW: [i18n] man available

2005-02-16 Thread Daniel Florey
Hi Woody, Thanks for your help! See comments inline... Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Anaximandro (Woody) Gesendet: Mittwoch, 16. Februar 2005 11:17 An: Jakarta Commons Developers List Betreff: Re: [i18n] man

[collections] Porting to JDK 1.5 and Generics

2005-02-16 Thread Mauro Franceschini
Hi to all! Any ideas about a port to Generics in JDK1.5 about the Commons Collections Framework? I'd like to help on it. Mauro - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [chain] LookupCommand's return value

2005-02-16 Thread Sean Schofield
As it is now, there's no way to abort a looked-up chain without causing the base chain to also abort. It seems like this would not always be the desired result. [snip] Interesting way of thinking about it. I still think the way LookupCommand works now should be the default behavior. -1 on

Re: [chain] LookupCommand's return value

2005-02-16 Thread Joe Germuska
At 8:08 AM -0500 2/16/05, Sean Schofield wrote: As it is now, there's no way to abort a looked-up chain without causing the base chain to also abort. It seems like this would not always be the desired result. [snip] Interesting way of thinking about it. I still think the way LookupCommand

Fwd: [chain] LookupCommand's return value

2005-02-16 Thread Sean Schofield
-- Forwarded message -- From: Sean Schofield [EMAIL PROTECTED] Date: Wed, 16 Feb 2005 09:28:55 -0500 Subject: Re: [chain] LookupCommand's return value To: Joe Germuska [EMAIL PROTECTED] Not changing as in breaking, but perhaps extending. What about a property ignoreReturnValue

svn commit: r154021 - in jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator: Field.java Form.java ValidatorResources.java util/ValidatorUtils.java

2005-02-16 Thread dgraham
Author: dgraham Date: Wed Feb 16 06:38:37 2005 New Revision: 154021 URL: http://svn.apache.org/viewcvs?view=revrev=154021 Log: Deprecated all FastHashMap usage and provided protected get methods that return generic Maps to be used by subclasses. Removed:

svn commit: r154025 - jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/util/ValidatorUtils.java

2005-02-16 Thread dgraham
Author: dgraham Date: Wed Feb 16 06:50:57 2005 New Revision: 154025 URL: http://svn.apache.org/viewcvs?view=revrev=154025 Log: Add ValidatorUtils class back after Subclipse somehow deleted it. This includes a new copyMap() method to deprecate FastHashMap usage. Added:

Re: jcl blog post

2005-02-16 Thread Vic
Yeah, thanks. I don't have many commands, they just get called over and over. It just make sense that statics stay. .V Craig McClanahan wrote: By the way ... if you use [chain] you should *really* pay attention to the Javadocs for CatalogFactory.clear() ;-) Craig

Re: Fwd: [chain] LookupCommand's return value

2005-02-16 Thread Joe Germuska
Basically, the JEXL dependency would only be a runtime dependency for people who chose to use those implementations of commands which depended upon it. We could have a subproject for contrib or something, but my feeling is that that's more trouble than its worth. If the binary JAR for

Re: [collections] Porting to JDK 1.5 and Generics

2005-02-16 Thread Stephen Colebourne
See http://sourceforge.net/projects/collections15/ for one attempt. I believe that it should be hosted at Jakarta-Commons, but I lack the time to manage this. Maybe another Apache committer has the time? Stephen --- Mauro Franceschini [EMAIL PROTECTED] wrote: Hi to all! Any ideas about a

svn commit: r154027 - in jakarta/commons/sandbox/i18n/trunk/src/java/org/apache/commons/i18n: ./ bundles/

2005-02-16 Thread dflorey
Author: dflorey Date: Wed Feb 16 07:14:17 2005 New Revision: 154027 URL: http://svn.apache.org/viewcvs?view=revrev=154027 Log: (empty) Added: jakarta/commons/sandbox/i18n/trunk/src/java/org/apache/commons/i18n/LocalizedRuntimeException.java

svn commit: r154028 - jakarta/commons/sandbox/i18n/trunk/src/java/org/apache/commons/i18n/LocalizedError.java

2005-02-16 Thread dflorey
Author: dflorey Date: Wed Feb 16 07:15:00 2005 New Revision: 154028 URL: http://svn.apache.org/viewcvs?view=revrev=154028 Log: Added Localized errors and exception + refactoring Added: jakarta/commons/sandbox/i18n/trunk/src/java/org/apache/commons/i18n/LocalizedError.java Added:

Re: [collections] Porting to JDK 1.5 and Generics

2005-02-16 Thread Mauro Franceschini
But this project is managed external developers or by Apache and only hosted on sourceforge? On Wed, 16 Feb 2005 15:12:35 + (GMT), Stephen Colebourne [EMAIL PROTECTED] wrote: See http://sourceforge.net/projects/collections15/ for one attempt. I believe that it should be hosted at

svn commit: r154031 - jakarta/commons/sandbox/i18n/trunk/project.xml

2005-02-16 Thread dflorey
Author: dflorey Date: Wed Feb 16 07:22:16 2005 New Revision: 154031 URL: http://svn.apache.org/viewcvs?view=revrev=154031 Log: Added Localized errors and exception + refactoring Modified: jakarta/commons/sandbox/i18n/trunk/project.xml Modified: jakarta/commons/sandbox/i18n/trunk/project.xml

DO NOT REPLY [Bug 33609] New: - Unclear javadoc for DateUtils.iterator()

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

DO NOT REPLY [Bug 33609] - [lang] Unclear javadoc for DateUtils.iterator()

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

Re: [collections] Porting to JDK 1.5 and Generics

2005-02-16 Thread Stephen Colebourne
This project is on sf because no-one at Apache was willing to step up and manage it here. The aim would be to pull the code back in at some point, once more complete. Stephen --- Mauro Franceschini [EMAIL PROTECTED] wrote: But this project is managed external developers or by Apache and only

Re: [chain] LookupCommand's return value

2005-02-16 Thread Craig McClanahan
On Wed, 16 Feb 2005 08:08:14 -0500, Sean Schofield [EMAIL PROTECTED] wrote: I'm just hesitant to add a new dependency on my own whim. JEXL isn't very heavy (132 K) but I think people are keen on keeping Chain light too. Keeping chain light would be nice. I don't know too much about JEXL

Re: [chain] LookupCommand's return value

2005-02-16 Thread Joe Germuska
At 9:23 AM -0800 2/16/05, Craig McClanahan wrote: On Wed, 16 Feb 2005 08:08:14 -0500, Sean Schofield [EMAIL PROTECTED] wrote: I'm just hesitant to add a new dependency on my own whim. JEXL isn't very heavy (132 K) but I think people are keen on keeping Chain light too. Keeping chain light

DO NOT REPLY [Bug 33574] - [lang] unbalanced ReflectionToStringBuilder

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

svn commit: r154067 - in jakarta/commons/sandbox/benchmark: ./ trunk/ trunk/src/ trunk/src/java/ trunk/src/java/org/ trunk/src/java/org/apache/ trunk/src/java/org/apache/commons/ trunk/src/java/org/apache/commons/benchmark/ trunk/src/java/org/apache/commons/benchmark/Benchmark.java

2005-02-16 Thread burton
Author: burton Date: Wed Feb 16 11:13:16 2005 New Revision: 154067 URL: http://svn.apache.org/viewcvs?view=revrev=154067 Log: init Added: jakarta/commons/sandbox/benchmark/ jakarta/commons/sandbox/benchmark/trunk/ jakarta/commons/sandbox/benchmark/trunk/src/

[Jakarta Commons Wiki] Updated: UsingSVN

2005-02-16 Thread commons-dev
Date: 2005-02-16T11:16:49 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: UsingSVN URL: http://wiki.apache.org/jakarta-commons/UsingSVN no comment Change Log: -- @@ -5,13 +5,14 @@ a day.

svn commit: r154071 - jakarta/commons/sandbox/benchmark/trunk/project.xml

2005-02-16 Thread burton
Author: burton Date: Wed Feb 16 11:22:38 2005 New Revision: 154071 URL: http://svn.apache.org/viewcvs?view=revrev=154071 Log: projects support Added: jakarta/commons/sandbox/benchmark/trunk/project.xml Added: jakarta/commons/sandbox/benchmark/trunk/project.xml URL:

[Jakarta Commons Wiki] Updated: UsingSVN

2005-02-16 Thread commons-dev
Date: 2005-02-16T11:22:50 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: UsingSVN URL: http://wiki.apache.org/jakarta-commons/UsingSVN no comment Change Log: -- @@ -35,8 +35,10 @@ == Importing

svn commit: r154072 - in jakarta/commons/sandbox/vfs/trunk/src: java/org/apache/commons/vfs/ java/org/apache/commons/vfs/provider/ java/org/apache/commons/vfs/provider/ftp/ java/org/apache/commons/vfs/provider/http/ java/org/apache/commons/vfs/provider/local/ java/org/apache/commons/vfs/provider/smb/ java/org/apache/commons/vfs/util/ test/org/apache/commons/vfs/test/ test/org/apache/commons/vfs/util/

2005-02-16 Thread imario
Author: imario Date: Wed Feb 16 11:25:31 2005 New Revision: 154072 URL: http://svn.apache.org/viewcvs?view=revrev=154072 Log: FtpRandomAccessContent aka restart filetransfer bugfix HttpRandomAccessContent - extended testcase Added:

commons benchmark in sandbox.

2005-02-16 Thread Kevin A. Burton
Hey. I just added a new project to the sandbox. Its designed to provide lightweight runtime benchmarking for Java code. Think log4j for benchmarking. The code can be disabled at runtime with almost no performance hit. Its also very fast when enabled as well being able to product 1M