DO NOT REPLY [Bug 18397] - order of set-properties-rule execution in Digester 1.4 (1.3 as well)

2003-03-26 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

DO NOT REPLY [Bug 18397] New: - order of set-properties-rule execution in Digester 1.4 (1.3 as well)

2003-03-26 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

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler/modules MbeansDescriptorsIntrospectionSource.java MbeansSource.java ModelerSource.java

2003-03-26 Thread costin
costin 2003/03/26 22:18:47 Modified:modeler/src/java/org/apache/commons/modeler Registry.java modeler/src/java/org/apache/commons/modeler/modules MbeansDescriptorsIntrospectionSource.java MbeansSource.java ModelerSource.java

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java

2003-03-26 Thread mbecke
mbecke 2003/03/26 19:53:08 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Log: The redirect request is now processed with URI instead of URL. Reviewed by: Oleg Kalnichevski Revision ChangesPath 1.125 +52 -4

{Patch - ThreadPool} Patch for DefaultThreadPool

2003-03-26 Thread James Birchfield
James,       I have made some changes to allow the additon of ThreadGroups and better naming of threads to DefaultThreadPool.  These changes make it much easier to identify threads that are in the thread pool while using a profiler or examining a thread dump.   Please find the attached path

cvs commit: jakarta-commons/validator build.xml

2003-03-26 Thread dgraham
dgraham 2003/03/26 18:44:07 Modified:validator build.xml Log: Updated build to distribute new RELEASE-NOTES file. Revision ChangesPath 1.18 +2 -2 jakarta-commons/validator/build.xml Index: build.xml

cvs commit: jakarta-commons/validator RELEASE_NOTES-1.0.2.txt

2003-03-26 Thread dgraham
dgraham 2003/03/26 18:41:48 Added: validator RELEASE_NOTES-1.0.2.txt Log: Added release notes for version 1.0.2. Revision ChangesPath 1.1 jakarta-commons/validator/RELEASE_NOTES-1.0.2.txt Index: RELEASE_NOTES-1.0.2.txt ===

Digester:RSS:Channel & Item -- Why don't they implement Serializable?

2003-03-26 Thread Ryan Thoma
Hello all, I had a quick question/suggestion on: org.apache.commons.digester.rss.Channel & org.apache.commons.digester.rss.Item Why don't these classes implement Serializable? This is needed so that a Session Bean/Middle Tier component can send a List of Channel objects out to the view for ren

DO NOT REPLY [Bug 18302] - Maven build omits DTDs

2003-03-26 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

cvs commit: jakarta-commons/digester project.xml

2003-03-26 Thread rdonkin
rdonkin 2003/03/26 14:10:00 Modified:digester project.xml Log: Made sure that maven build includes DTD. Fixed bug #18302. Patch submitted by Joe Germuska. Revision ChangesPath 1.11 +6 -0 jakarta-commons/digester/project.xml Index: project.xml ===

DO NOT REPLY [Bug 18284] - use SKIP instead of SPECIAL_TOKEN in parser?

2003-03-26 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

DO NOT REPLY [Bug 18297] - StringArrayConvertor does not convert int[] to String[]

2003-03-26 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

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/converters ConverterTestSuite.java StringArrayConverterTestCase.java

2003-03-26 Thread rdonkin
rdonkin 2003/03/26 12:24:41 Modified:beanutils build.xml beanutils/src/java/org/apache/commons/beanutils/converters StringArrayConverter.java Added: beanutils/src/test/org/apache/commons/beanutils/converters Converter

RE: [lang] Functor debate

2003-03-26 Thread Gary Gregory
Hello, Would it be at all possible that a full-feature [functor] package extend a basic [lang.functor] package? This would allow for re-use. We would have to argue about which features go where of course... Gary -Original Message- From: Arnd Kohrs [mailto:[EMAIL PROTECTED] Sent: Wednesd

DO NOT REPLY [Bug 17663] - getArrayProperty does not use ConvertUtils

2003-03-26 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

DO NOT REPLY [Bug 17663] - getArrayProperty does not use ConvertUtils

2003-03-26 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

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils BeanUtilsTestCase.java

2003-03-26 Thread rdonkin
rdonkin 2003/03/26 11:51:46 Modified:beanutils/src/java/org/apache/commons/beanutils BeanUtilsBean.java beanutils/src/test/org/apache/commons/beanutils BeanUtilsTestCase.java Log: Made BeanUtils.getArrayProperty conversio

Re: [lang] Functor debate

2003-03-26 Thread Arnd Kohrs
> "Stephen" == Stephen Colebourne <[EMAIL PROTECTED]> writes: >> 1. Functor Types >> - Function: Functor which has a result >> - Predicate: Functor which has a boolean result >> - Procedure: Functor which has no result >> >> 2. Number of Arguments >> - *Unary*Funct

DO NOT REPLY [Bug 17036] - PropertyUtils doesn't recognise "normal" properties on a DynaBean decendent object.

2003-03-26 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: [beanutils] bug#17036 PropertyUtils doesn't recognise "normal" properties on a DynaBean

2003-03-26 Thread robert burrell donkin
On Tuesday, March 25, 2003, at 11:56 PM, Craig R. McClanahan wrote: On Tue, 25 Mar 2003, robert burrell donkin wrote: Date: Tue, 25 Mar 2003 23:12:56 + From: robert burrell donkin <[EMAIL PROTECTED]> Reply-To: Jakarta Commons Developers List To: Jakarta Commons Developers List <[EMAIL PROTEC

DO NOT REPLY [Bug 17894] - Unable to configure commons-logging SimpleLog for a webapp

2003-03-26 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

DO NOT REPLY [Bug 18366] New: - corrupt logging v1.0.2 source zipfiles are posted on all mirror sites

2003-03-26 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

[GUMP] Build Failure - commons-jelly-tags-html

2003-03-26 Thread Morgan Delagrange
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/j

DO NOT REPLY [Bug 17894] - Unable to configure commons-logging SimpleLog for a webapp

2003-03-26 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

DO NOT REPLY [Bug 17894] - Unable to configure commons-logging SimpleLog for a webapp

2003-03-26 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

[COLLECTIONS] OrderedSet - Bugzilla # 18006

2003-03-26 Thread Henning P. Schmiedehausen
Hi, some days ago I put a new class for the Collections component into bugzilla bug haven't received any feedback on this. So I resend here. :-) --- cut --- This is a class implementing the Set interface but keeping the sequence of the objects added to the set. The patch contains unit tests base