Re: [Digester] new stuff?

2003-09-11 Thread Reinhard
thank you robert, for your attention. robert burrell donkin wrote: i don't know whether this sounds like genius or madness. certainly, it's a novel idea. it'd be really cool if you'd be willing to open source the code. Hey, it's ok to call it madness. But if some find it useful ... And I

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

2003-09-11 Thread oglueck
oglueck 2003/09/11 02:04:35 Modified:httpclient/src/test/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH TestAuthenticator.java httpclient/src/java/org/apache/commons/httpclient/auth Tag: HTTPCLIENT_2_0_BRANCH

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

2003-09-11 Thread oglueck
oglueck 2003/09/11 02:09:42 Modified:httpclient/src/java/org/apache/commons/httpclient/auth DigestScheme.java httpclient/src/test/org/apache/commons/httpclient TestAuthenticator.java Log: Adding support for digest auth

[daemon]

2003-09-11 Thread jean-frederic clere
Hi, I have changed daemon to get it working on FreeBSD and I have to add some documentation about the build of the jsvc process. But I do not have Karma to commit in commons :-( +++ Access denied: Insufficient Karma (jfclere|jakarta-commons/daemon/src/native/unix) cvs server: Pre-commit

RE: [HiveMind] RE: Broken test ...

2003-09-11 Thread Howard M. Lewis Ship
Please keep this discussion on the Jakarta commons developer list. The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one - javassist.ClassPool.SimpleClassLoader, not the class loader used in

Re: [HiveMind] Having problem with tomcat.

2003-09-11 Thread Essl Christian
On Wed, 10 Sep 2003 20:01:36 -0400, Howard M. Lewis Ship [EMAIL PROTECTED] wrote: Why do you think the committed solution is faster? Because it just uses one map lookup. However I was thinking about the multiple (unneeded) ClassLoaders. I have my problems with that. A minor problem is that a

Re: [lang] Remove reflect code?

2003-09-11 Thread Todd Jonker
It was my misunderstanding. I haven't used the reflect code, and I assumed it was part of the 2.0 release. I was surprised, then, that Stephen wanted to replace it with sandbox code; he's usually so strict about such things! Now that the situation is more clear, I'm fine with the move

RE: [daemon]

2003-09-11 Thread Shapira, Yoav
Howdy, I'll start a vote right now, hopefully we can get you karma quickly ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 6:10 AM To: Jakarta Commons Developers List; Yoav Shapira

Re: [HiveMind] RE: Broken test ...

2003-09-11 Thread Johan Lindquist
On Thu, 11 Sep 2003 07:35:17 -0400, Howard M. Lewis Ship wrote: Please keep this discussion on the Jakarta commons developer list. The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one -

[VOTE] Sort of new committer:

2003-09-11 Thread Shapira, Yoav
Howdy, I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer. He's already a committer for tomcat, tomcat connectors, commons-sandbox, and other modules, and I need his help on commons-daemon ;) [X] +1, let him commit! [ ] +0 [ ] -0 [ ]

Re: [HiveMind] RE: Broken test ...

2003-09-11 Thread Essl Christian
The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one - javassist.ClassPool.SimpleClassLoader, not the class loader used in this case to bootstrap the system. So it can't find the classes (in this

Re: [VOTE] Sort of new committer:

2003-09-11 Thread Henri Yandell
+1 On Thu, 11 Sep 2003, Shapira, Yoav wrote: Howdy, I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer. He's already a committer for tomcat, tomcat connectors, commons-sandbox, and other modules, and I need his help on

Re: [HiveMind] RE: Broken test ...

2003-09-11 Thread Johan Lindquist
On Thu, 11 Sep 2003 14:54:11 +0200, Essl Christian [EMAIL PROTECTED] wrote: The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one - javassist.ClassPool.SimpleClassLoader, not the class loader used

Re: [VOTE] Sort of new committer:

2003-09-11 Thread Stephen Colebourne
+1 - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 1:50 PM Subject: [VOTE] Sort of new committer: Howdy, I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer.

Re: [VOTE] Sort of new committer:

2003-09-11 Thread __matthewHawthorne
+1 Shapira, Yoav wrote: Howdy, I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer. He's already a committer for tomcat, tomcat connectors, commons-sandbox, and other modules, and I need his help on commons-daemon ;) [X] +1, let him

Re: [lang] Remove reflect code?

2003-09-11 Thread Phil Steitz
+1 --- Stephen Colebourne [EMAIL PROTECTED] wrote: Are we OK with removing the reflect code from [lang] now? [reflect] in the sandbox contains the code now so having it in [lang] still is just confusing... I will remove it soon, unless someone objects. Stephen

cvs commit: jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/service/impl AbstractServiceInterceptorFactory.java LoggingInterceptorFactory.java

2003-09-11 Thread hlship
hlship 2003/09/11 07:24:30 Modified:hivemind/src/java/org/apache/commons/hivemind/impl InterceptorStackImpl.java hivemind/src/java/org/apache/commons/hivemind InterceptorStack.java

commons-logging classloading

2003-09-11 Thread Ojares Rami EINT
Why does LogFactoryImpl in commons-logging try to load the Log implementation class first from thread classloader and then loader that loaded this class? Is there some kind of design pattern behind this? - Rami Ojares / Elisa Internet -- Man Plans, God Laughs

Re: [VOTE] Sort of new committer:

2003-09-11 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer. He's already a committer for tomcat, tomcat connectors, commons-sandbox, and other modules, and I need his help on commons-daemon ;) [X] +1, let him

Re: [VOTE] Sort of new committer:

2003-09-11 Thread Tim O'Brien
+1 On Thu, 2003-09-11 at 07:50, Shapira, Yoav wrote: Howdy, I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer. He's already a committer for tomcat, tomcat connectors, commons-sandbox, and other modules, and I need his help on

Re: [collections] Potential New Additions?

2003-09-11 Thread james
There is no reason to have a toString() transformer. String.valueOf() calls toString(). - Original Message - From: Stephen Colebourne [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 11:35 AM Subject: Re: [collections] Potential

DO NOT REPLY [Bug 23108] New: - Setting complex mapped properties using PropertyUtils

2003-09-11 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=23108. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Sort of new committer:

2003-09-11 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Shapi ra, Yoav writes: I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer. He's already a +1 - To unsubscribe, e-mail: [EMAIL

Re: [math] A bug in org.apache.commons.math.stat.univariate.rank.Percentile, ver 1.5?

2003-09-11 Thread Mark R. Diggory
Thanks Sherwin, I'm a little buisy today, but this is an easy fix and test to do. I'll try to look at it this evening. -Mark Sherwin Wang wrote: Hi, Using this code, we can see the problem. double[] d = new double[]{1, 2, 3}; Percentile p = new Percentile(75);

Re: [VOTE] Sort of new committer:

2003-09-11 Thread Craig R. McClanahan
On Thu, 11 Sep 2003, Shapira, Yoav wrote: Date: Thu, 11 Sep 2003 08:50:39 -0400 From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [VOTE] Sort of new committer: Howdy, I'd like to nominate I would like to

RE: [VOTE] Sort of new committer:

2003-09-11 Thread Shapira, Yoav
Howdy, +1 as well. Given the vote results, I've also gone ahead and granted karma for J-F. Cool, thanks for the time-saver ;) Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or

Re: [collections] Potential New Additions?

2003-09-11 Thread Stephen Colebourne
Ahh, my minds on holiday plans ATM Still a good transformer addition though. Stephen - Original Message - From: [EMAIL PROTECTED] There is no reason to have a toString() transformer. String.valueOf() calls toString(). - Original Message - From: Stephen Colebourne

Re: [dbutils] Moving to db.apache.org

2003-09-11 Thread Juozas Baliuka
Just to note; I'll ensure that Steven Caswell and Juozas Baliuka have cvs access to dbutils in db.apache.org. I have forked experimental stuff from DBUtils to http://voruta.sourceforge.net and I think we need to strip experiments and to remove dependancies, we can do it before to move. BTW

Re: [dbutils] Moving to db.apache.org

2003-09-11 Thread David Graham
--- Juozas Baliuka [EMAIL PROTECTED] wrote: Just to note; I'll ensure that Steven Caswell and Juozas Baliuka have cvs access to dbutils in db.apache.org. I have forked experimental stuff from DBUtils to http://voruta.sourceforge.net and I think we need to strip experiments and to

Re: [dbutils] Moving to db.apache.org

2003-09-11 Thread Henri Yandell
On Thu, 11 Sep 2003, Juozas Baliuka wrote: Just to note; I'll ensure that Steven Caswell and Juozas Baliuka have cvs access to dbutils in db.apache.org. I have forked experimental stuff from DBUtils to http://voruta.sourceforge.net and I think we need to strip experiments and to remove

Re: [dbutils] Moving to db.apache.org

2003-09-11 Thread Henri Yandell
On Thu, 11 Sep 2003, David Graham wrote: --- Juozas Baliuka [EMAIL PROTECTED] wrote: Juozas, I developed a small library similar to dbutils in the Mapper sandbox project. I looked at dbutils recently and they seem to have evolved in similar ways. I'll take a look at Voruta and maybe the

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/params - New directory

2003-09-11 Thread olegk
olegk 2003/09/11 12:54:25 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/params - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient SimpleHttpConnection.java TestHttpConnection.java

2003-09-11 Thread olegk
olegk 2003/09/11 13:08:33 Modified:httpclient/src/java/org/apache/commons/httpclient HttpClient.java HttpMethod.java HttpMethodBase.java HttpMethodDirector.java HttpState.java

[configuration] DOM4JConfiguration. Loading xml config file not only from FILE resources

2003-09-11 Thread tim
problem description: current version of DOM4JConfiguration can read xml config only from File decision: New version of DOM4JConfiguration allow to read xml config from any resource that ClassLoader support. But if use resource type other than file it is not possible to save config :( Mikhail

cvs commit: jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/service/impl AbstractLoggingInterceptor.java LoggingInterceptorFactory.java

2003-09-11 Thread hlship
hlship 2003/09/11 13:51:52 Modified:hivemind/src/java/org/apache/commons/hivemind/impl InterceptorStackImpl.java hivemind/src/java/org/apache/commons/hivemind InterceptorStack.java

cvs commit: jakarta-commons-sandbox/hivemind/xdocs interceptors.xml navigation.xml

2003-09-11 Thread hlship
hlship 2003/09/11 13:52:05 Modified:hivemind/xdocs navigation.xml Added: hivemind/xdocs interceptors.xml Log: Add documentation on creating new interceptors. Revision ChangesPath 1.19 +2 -1 jakarta-commons-sandbox/hivemind/xdocs/navigation.xml

Re: cvs commit: jakarta-commons-sandbox/hivemind/xdocs interceptors.xml navigation.xml

2003-09-11 Thread Harish Krishnaswamy
Got to tell you again, the amount of documentation you provide is amazing! Bravo! -Harish [EMAIL PROTECTED] wrote: hlship 2003/09/11 13:52:05 Modified:hivemind/xdocs navigation.xml Added: hivemind/xdocs interceptors.xml Log: Add documentation on creating new interceptors.

RE: cvs commit: jakarta-commons-sandbox/hivemind/xdocs interceptors.xml navigation.xml

2003-09-11 Thread Howard M. Lewis Ship
It's easier to do it from the get-go, rather than (like Tapestry) trying to loop back and do it after the fact. -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com

DO NOT REPLY [Bug 23120] New: - FileUpload uploading files with size 4

2003-09-11 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=23120. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23120] - FileUpload uploading files with size 4Kb Has problems

2003-09-11 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=23120. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23120] - FileUpload uploading files with size 4Kb Has problems

2003-09-11 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=23120. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23120] - FileUpload uploading files corrupt file size no matter in which OS youre using it

2003-09-11 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=23120. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: HiveMind feedback/questions

2003-09-11 Thread Howard M. Lewis Ship
Mixing and matching technologies is very cool. Some comments I made at the TSS were noted by the Spring guys ... they are interested in adding line precise error reporting to Spring. Obviously, I prefer HiveMind, and I'll continue to produce case studies to show why. Spring has a huge head

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core ArgTag.java

2003-09-11 Thread dion
dion2003/09/11 18:16:32 Modified:jelly/src/java/org/apache/commons/jelly/tags/core ArgTag.java Log: Classes are being turned into Strings somewhere along the line :-( If I pass a class in to the arg tag using: arg type=java.lang.Class

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core ArgTag.java

2003-09-11 Thread dion
dion2003/09/11 18:32:25 Modified:jelly/src/java/org/apache/commons/jelly/tags/core ArgTag.java Log: Fix typo Revision ChangesPath 1.6 +6 -6 jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ArgTag.java Index:

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/decorators TestPredicatedBuffer.java TestPredicatedCollection.java TestPredicatedList.java TestPredicatedSet.java TestAll.java

2003-09-11 Thread psteitz
psteitz 2003/09/11 20:59:00 Modified:collections/src/test/org/apache/commons/collections TestBufferUtils.java TestCollectionUtils.java TestListUtils.java TestSetUtils.java

Re: DO NOT REPLY [Bug 15435] - New Preferences Architecture

2003-09-11 Thread Ortwin Glück
[EMAIL PROTECTED] wrote: Mike, I just could not get Eclipse to create a patch with *HttpParams* classes in org.apache.commons.httpclient.params package. Oleg, that has most probably nothing to do with eclipse but CVS only. AFAIK you need to create, add and commit the new (empty) directory

DO NOT REPLY [Bug 22926] - [patch] Support for digest auth MD5-sess

2003-09-11 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=22926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22969] - return value of PostMethod#removeParameter

2003-09-11 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=22969. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22970] - PostMethod#setParameter

2003-09-11 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=22970. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22926] - [patch] Support for digest auth MD5-sess

2003-09-11 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=22926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22926] - [patch] Support for digest auth MD5-sess

2003-09-11 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=22926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] Reworked digest auth

2003-09-11 Thread Ortwin Glück
While reviewing a Patch to include MD5-sess into the Digest Authentication Scheme I came across a few flaws in that class. I suggest the following changes (see attached patch): - The qop Parameter must be parsed correctly and not just be ignored - The fact that it is legal to have a missing qop

DO NOT REPLY [Bug 15435] - New Preferences Architecture

2003-09-11 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=15435. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22969] - return value of PostMethod#removeParameter

2003-09-11 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=22969. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22970] - PostMethod#setParameter

2003-09-11 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=22970. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.