cvs commit: jakarta-commons-sandbox/chain/src/test/org/apache/commons/chain/web/servlet MockHttpServletRequest.java MockHttpServletResponse.java ServletGetLocaleCommandTestCase.java ServletSetLocaleCommandTestCase.java

2003-10-17 Thread martinc
martinc 2003/10/17 22:30:19 Modified:chain/src/java/org/apache/commons/chain/generic CopyCommand.java LookupCommand.java RemoveCommand.java chain/src/java/org/apache/commons/chain/impl CatalogBase.java

cvs commit: jakarta-commons-sandbox/chain STATUS.html

2003-10-17 Thread martinc
martinc 2003/10/17 22:28:58 Modified:chainSTATUS.html Log: Add myself as a committer. Revision ChangesPath 1.2 +2 -1 jakarta-commons-sandbox/chain/STATUS.html Index: STATUS.html === RC

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BeanHandler.java CollectionHandler.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 18:07:25 Modified:dbutils/src/java/org/apache/commons/dbutils BeanHandler.java CollectionHandler.java Log: Added the ability to specify the processor to use when converting rows instead of always using the basic implementation. Revisi

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BeanCollectionHandler.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 18:00:42 Removed: dbutils/src/java/org/apache/commons/dbutils BeanCollectionHandler.java Log: Renamed BeanCollectionHandler to BeanListHandler because ResultSets are always sorted in some order. Clients must be able to depend on the or

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BeanListHandler.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 18:00:31 Added: dbutils/src/java/org/apache/commons/dbutils BeanListHandler.java Log: Renamed BeanCollectionHandler to BeanListHandler because ResultSets are always sorted in some order. Clients must be able to depend on the order of

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils ResultSetIterator.java ResultSetIteratorV1.java DbUtils.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 17:11:52 Modified:dbutils/src/java/org/apache/commons/dbutils ResultSetIterator.java ResultSetIteratorV1.java DbUtils.java Log: Removed the DbUtils.iterateResultSet() methods and made the ResultSetIterator classes

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 16:52:18 Modified:dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java Log: Remove null check from toMap(). The query requested n number of columns so the Map should have the same number of key/value pairs. Revis

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 16:48:58 Modified:dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java Log: Added CaseInsensitiveHashMap inner class for the toMap() implementation to use. Databases don't handle column name casing the same so we no

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 16:37:57 Modified:dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java Log: Don't call a bean property's setter method if the type of object returned from the database doesn't match the setter method signature. This

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 16:22:44 Modified:dbutils/src/java/org/apache/commons/dbutils BasicResultSetConverter.java Log: Ignore null column values for primitive types instead of setting the bean property to the default value for the primitive. This allows any de

cvs commit: jakarta-commons-sandbox/dbutils/src/java/org/apache/commons/dbutils/driver StringTrimmedResultSet.java

2003-10-17 Thread dgraham
dgraham 2003/10/17 16:15:55 Modified:dbutils/src/java/org/apache/commons/dbutils/driver StringTrimmedResultSet.java Log: Override getObject() methods and trim returned Strings. Revision ChangesPath 1.4 +74 -15 jakarta-commons-sandbox/dbut

Re: [Chain]: k2d2 framework

2003-10-17 Thread Craig R. McClanahan
Ted Husted wrote: otisg wrote: k2d2 looks like a concrete implementation of an API that is defined within the k2d2 framework itself. The implementation allows generic components to be assembled in a chain, and connected with blocking queues. I guess this is where the concreteness of k2d2 shows

DO NOT REPLY [Bug 22738] - [io] Improved FileUtils tests

2003-10-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [Chain] [PATCH] tabs to spaces, log name fix

2003-10-17 Thread Ted Husted
otisg wrote: > Patch attached. > Just converted a bunch of tabs to spaces (4) and fixed one > instance of incorrect Log name (result of copy/paste from > another class). > > Otis Maybe it's my mail-reader, but the patch didn't seem to come through. As Matt mentioned, you can try attaching it to a

cvs commit: jakarta-commons-sandbox/io project.xml

2003-10-17 Thread matth
matth 2003/10/17 13:16:18 Modified:io project.xml Log: Bugzilla #22738 from yours truly. Revision ChangesPath 1.11 +4 -1 jakarta-commons-sandbox/io/project.xml Index: project.xml ===

cvs commit: jakarta-commons-sandbox/io/src/test/org/apache/commons/io FileUtilsTestCase.java

2003-10-17 Thread matth
matth 2003/10/17 13:15:46 Modified:io/src/java/org/apache/commons/io FileUtils.java io/src/test/org/apache/commons/io FileUtilsTestCase.java Added: io/src/java/org/apache/commons/io/input package.html io/src/java/org/apache/commons/io/output packag

Re: [Chain]: k2d2 framework

2003-10-17 Thread Ted Husted
otisg wrote: k2d2 looks like a concrete implementation of an API that is defined within the k2d2 framework itself. The implementation allows generic components to be assembled in a chain, and connected with blocking queues. I guess this is where the concreteness of k2d2 shows - it is more than ju

RE: [all] why junit 3.7 instead of 3.8.1?

2003-10-17 Thread Shapira, Yoav
Howdy, The usual reason for not-latest dependencies: when you start using X (X = JUnit here), you start with a given version, e.g. 3.7. Everything works fine, there's no urgent reason to upgrade, we're all busy, so it stays the same. Yoav Shapira Millennium ChemInformatics >-Original Messa

[all] why junit 3.7 instead of 3.8.1?

2003-10-17 Thread __matthewHawthorne
The subject pretty much says it all... why do the majority of commons projects depend on junit 3.7 instead of 3.8.1? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [configuration][PATCH]addProperty

2003-10-17 Thread Oliver Heger
Eric, thank you, I checked it out and everything seems to be fine. At the moment I am still working on a Configuration implementation that is able to store hierarchical properties in a more suitable structure. I plan to write an alternative version of DOM4jConfiguration that makes use of this cla

RE: [lang] or [ThreadPool] contribution: ParalellThreadGuard

2003-10-17 Thread Shapira, Yoav
Howdy, So this is kind of like the Sync implementations in Doug Lea's util-concurrent package? (http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/in tro.html) I ask because the above package will be java.util.concurrent in JDK 1.5. So if commons-lang wants to have something si

[lang] or [ThreadPool] contribution: ParalellThreadGuard

2003-10-17 Thread Christoph . Reck
A common problem for networked applications accepting multiple connections in individual threads that cannot control the socket accept() paralellity (as the JDK1.4 ORB) need to restrict the resources somewhere else. For this purpose we designed a ParalellThreadGuard class that can be used as follow

RE: [VOTE][NET] Release Commons/Net v1.1.0

2003-10-17 Thread Shapira, Yoav
+0 for me as well -- haven't had time to test ;( Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Henri Yandell [mailto:[EMAIL PROTECTED] >Sent: Friday, October 17, 2003 12:42 AM >To: Jakarta Commons Developers List >Subject: Re:[VOTE][NET] Release Commons/Net v1.1.0 >

RE: [configuration][PATCH]addProperty

2003-10-17 Thread Eric Pugh
Oliver, I have applied your patch. Do you want to check things out? I also added in some more maven reports. I thought our coverage with unit tests was going to be steller, but according to JCoverage, we only have 59% coverage of the code base. At any rate, let me know how things go.. I am up

cvs commit: jakarta-commons-sandbox/configuration .cvsignore

2003-10-17 Thread epugh
epugh 2003/10/17 01:30:52 Modified:configuration .cvsignore Log: Ignore jcoverage .ser file Revision ChangesPath 1.5 +1 -0 jakarta-commons-sandbox/configuration/.cvsignore Index: .cvsignore ==

cvs commit: jakarta-commons-sandbox/configuration project.properties

2003-10-17 Thread epugh
epugh 2003/10/17 01:30:21 Modified:configuration project.properties Log: Fix formatting of file. Revision ChangesPath 1.7 +3 -1 jakarta-commons-sandbox/configuration/project.properties Index: project.properties =

cvs commit: jakarta-commons-sandbox/configuration/xdocs tasks.xml index.xml

2003-10-17 Thread epugh
epugh 2003/10/17 01:30:07 Modified:configuration/xdocs tasks.xml index.xml Log: Doco enhancements Revision ChangesPath 1.7 +4 -0 jakarta-commons-sandbox/configuration/xdocs/tasks.xml Index: tasks.xml

cvs commit: jakarta-commons-sandbox/configuration project.xml

2003-10-17 Thread epugh
epugh 2003/10/17 01:12:07 Modified:configuration project.xml Log: Add new reports. Revision ChangesPath 1.32 +23 -2 jakarta-commons-sandbox/configuration/project.xml Index: project.xml ===

cvs commit: jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration BaseConfiguration.java AbstractConfiguration.java

2003-10-17 Thread epugh
epugh 2003/10/17 01:11:52 Modified:configuration/xdocs changes.xml configuration/src/java/org/apache/commons/configuration BaseConfiguration.java AbstractConfiguration.java Log: Patch from Oliver Heger to faciliate extending configuration clas

cvs commit: jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration JNDIConfiguration.java

2003-10-17 Thread epugh
epugh 2003/10/17 01:11:22 Modified:configuration/src/java/org/apache/commons/configuration JNDIConfiguration.java Log: Fix PMD spotted error... Revision ChangesPath 1.11 +3 -2 jakarta-commons-sandbox/configuration/src/java/org/apache/c

Re: [CLI] Version 2 Proposal (take 5)

2003-10-17 Thread John Keyes
Hi Rami, I was happy to see that someone has done something to cli. I was using the cli 1 heavily in my project and ran constantly into problems and had to patch it and add extension (resulting in spaghetti code). I have been thinking about building a new cli package from scratch but now I saw you