DO NOT REPLY [Bug 9599] New: - Problem accessing LogFactoryImpl from servlet

2002-06-03 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 9467] - Bag interface violates Collection contract

2002-06-03 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

[PATCH][Collections] Bug fix for Bug#9467

2002-06-03 Thread Jack, Paul
Altered the contract of Bag to conform to Collection. Altered the implementations in DefaultMapBag to conform to Collection. -Paul bug9467_patch.diff Description: Binary data -- To unsubscribe, e-mail: For additional commands, e-mail:

[PATCH][Collections] New testing framework, patch #2

2002-06-03 Thread Jack, Paul
(This patch can be applied independently of patch #1). Revamped TestCollection. Most of the old tests relied on add() and addAll() to initially populate a collection. This won't work for map collection views because they don't support the add() and addAll() operations. I also made TestCollect

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

2002-06-03 Thread jon
jon 2002/06/03 11:38:53 Modified:betwixt project.xml Log: i have been contributing too! -jon Revision ChangesPath 1.5 +6 -0 jakarta-commons-sandbox/betwixt/project.xml Index: project.xml ===

cvs commit: jakarta-commons-sandbox/betwixt/src/java/org/apache/commons/betwixt XMLIntrospector.java

2002-06-03 Thread jon
jon 2002/06/03 11:37:56 Modified:betwixt/src/java/org/apache/commons/betwixt XMLIntrospector.java Log: check for isTraceEnabled code clean removed unused imports -jon Revision ChangesPath 1.27 +39 -32 jakarta-commons-sa

cvs commit: jakarta-commons-sandbox/betwixt/src/java/org/apache/commons/betwixt AttributeDescriptor.java ElementDescriptor.java

2002-06-03 Thread jon
jon 2002/06/03 11:26:36 Modified:betwixt/src/java/org/apache/commons/betwixt AttributeDescriptor.java ElementDescriptor.java Log: fixed debugging output -jon Revision ChangesPath 1.6 +6 -6 jakarta-commons-sandbox/betwixt/src/j

RE: httpclient timeout question

2002-06-03 Thread Xiaowei Jiang
which version are you using? I believe that the latest nightly build has this method exposed in HTTPClient. -Original Message- From: Gottfried Szing [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 3:37 AM To: commons Subject: httpclient timeout question hi to all i am not sure i

Re: CLI Readme.txt out of date

2002-06-03 Thread bob mcwhirter
Fixed. Thanks! -bob On Mon, 3 Jun 2002, Henri Yandell wrote: > Thought I'd just mention. The README.txt for CLI is out of date since it > was mavenised. It makes no mention of needing maven [assuming it's not > hidden inside it somehow] and 'ant doc' no longer exists. -- To unsubs

cvs commit: jakarta-commons-sandbox/cli README.txt

2002-06-03 Thread werken
werken 2002/06/03 10:44:54 Modified:cli README.txt Log: Updating README.txt Thanks Henri Yandell for pointing this out. Revision ChangesPath 1.3 +15 -22jakarta-commons-sandbox/cli/README.txt Index: README.txt ==

CLI Readme.txt out of date

2002-06-03 Thread Henri Yandell
Thought I'd just mention. The README.txt for CLI is out of date since it was mavenised. It makes no mention of needing maven [assuming it's not hidden inside it somehow] and 'ant doc' no longer exists. Hen -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/betwixt/src/java/org/apache/commons/betwixt/digester XMLIntrospectorHelper.java

2002-06-03 Thread jon
jon 2002/06/03 09:58:20 Modified:betwixt/src/java/org/apache/commons/betwixt/digester XMLIntrospectorHelper.java Log: removed unused imports code cleanup -jon Revision ChangesPath 1.10 +7 -20 jakarta-commons-sandbox/betwixt

cvs commit: jakarta-commons-sandbox/betwixt/src/java/org/apache/commons/betwixt/digester ElementRule.java

2002-06-03 Thread jon
jon 2002/06/03 09:53:07 Modified:betwixt/src/java/org/apache/commons/betwixt/digester ElementRule.java Log: line wrapping removed unused imports code cleanup -jon Revision ChangesPath 1.6 +27 -31 jakarta-commons-sandbo

cvs commit: jakarta-commons-sandbox/betwixt/src/java/org/apache/commons/betwixt/digester AttributeRule.java

2002-06-03 Thread jon
jon 2002/06/03 09:47:09 Modified:betwixt/src/java/org/apache/commons/betwixt/digester AttributeRule.java Log: removed unused imports wrapped long lines formatting cleanup -jon Revision ChangesPath 1.5 +10 -22 jakarta-c

DO NOT REPLY [Bug 9582] - Add "y/n" to BooleanConverter

2002-06-03 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 9582] New: - Add "y/n" to BooleanConverter

2002-06-03 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-sandbox/fileupload project.properties project.xml build.xml default.properties

2002-06-03 Thread jvanzyl
jvanzyl 2002/06/03 09:31:43 Modified:fileupload build.xml Added: fileupload project.properties project.xml Removed: fileupload default.properties Log: Mavenizing! Revision ChangesPath 1.2 +109 -215 jakarta-commons-sandbox/fileupload/build.xml In

Re: JJar via authenticating proxy

2002-06-03 Thread Ross Gardler
Geir Magnusson Jr. wrote: > On 6/3/02 7:22 AM, "Ross Gardler" <[EMAIL PROTECTED]> wrote: > > >>(copied back to jakarta-commons in case anywone there has a better idea) >> >> > > I assume that you didn't guess I sent it privately for a reason? Ooops, sorry. > > I didn't want there to be

Re: JJar via authenticating proxy

2002-06-03 Thread Geir Magnusson Jr.
On 6/3/02 7:22 AM, "Ross Gardler" <[EMAIL PROTECTED]> wrote: > (copied back to jakarta-commons in case anywone there has a better idea) > I assume that you didn't guess I sent it privately for a reason? I didn't want there to be any expectation of delivery, as I have an awful track record lat

Re: JJar via authenticating proxy

2002-06-03 Thread Ross Gardler
(copied back to jakarta-commons in case anywone there has a better idea) Geir Magnusson Jr. wrote: >> Is it possible to use the JJar ANT task via an authenticating proxy? >> It works fine through a non-authenticating proxy using the >> http.proxyHost and http.proxyPort system properties, b

httpclient timeout question

2002-06-03 Thread Gottfried Szing
hi to all i am not sure if this is the best location for asking questions about httpclient. but this is the only list about commons i have found. if i have posted to the wrong mailing list, so please dont be angry about me and send me the information where to send the question instead. here is m

Re: DO NOT REPLY [Bug 9571] New: - SoftRefHashMap is all kinds of wonky

2002-06-03 Thread Peter Lynch
> SoftRefHashMap is all kinds of wonky Maybe it's late, but that is the funniest bug report title I have seen in a while. ;-) -Peter -- To unsubscribe, e-mail: For additional commands, e-mail:

[Collections][PATCH] PredicateUtils and PredicateCollections (Resubmitted)

2002-06-03 Thread Stephen Colebourne
Hi all, Resubmitted, as it got missed first time. Now LazyCollections is on the CVS, this rename/split is required to keep the CVS naming consistency. Stephen - Original Message - From: Stephen Colebourne <[EMAIL PROTECTED]> To: Jakarta Commons Developers List <[EMAIL PROTECTED]> Sent:

DO NOT REPLY [Bug 9573] New: - MultiHashMap.values() isn't backed by Map

2002-06-03 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