Re: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread costinm
On Fri, 26 Apr 2002, Berin Loritsch wrote: > > The user sits there and can't discern an immediate difference between the > > products. mod_webapp/mod_jk is another example. > > In the last case, its easy: mod_webapp is replacing mod_jk. Where did you got this ? Mod_webapp attempted to replace

RE: [Collections][SUBMIT] WeakHashSet

2002-04-26 Thread Jack, Paul
Hi, I have a few thoughts regarding your WeakHashSet... My first thought was to somehow integrate it with the whole Transformer/Predicate collections we've been discussing in another thread. So you'd have a Transformer that converted an object into a WeakReference before storing it in the set

cvs commit: jakarta-commons-sandbox/jexl/examples MethodPropertyExample.java ArrayExample.java

2002-04-26 Thread geirm
geirm 02/04/26 14:25:07 Modified:jexl/examples MethodPropertyExample.java ArrayExample.java Log: Fix - update to latest JexlContext Revision ChangesPath 1.2 +3 -3 jakarta-commons-sandbox/jexl/examples/MethodPropertyExample.java Index: MethodPropertyExam

Commons Messenger - How to set 'Transacted' to true?

2002-04-26 Thread Tom Marsh
All: I'm trying to use messenger.rollback() when I have a problem, but JMS complains that I'm not transacted. I was trying to figure out how to set it in messenger.xml, but couldn't. (Using MqSeries JMS). I hard coded transaction to true in sessionfactory. I'm thinking I could set up for it i

RE: HttpClient problem: duplicate Content-Length headers ...

2002-04-26 Thread CHEN,SHIH-CHANG (HP-NewJersey,ex2)
> >The problem is in org.apache.commons.httpclient.HttpMethodBase. > >For example, if the server sent 2 "Content-Length: 455" headers, > >the header instance will get a value like "455, 455", which > >can not be parsed into integer. Attachment is my modified code. > > The root problem is that th

update release for Commons HTTP Client and API Docs?

2002-04-26 Thread Lomvardias, Christopher
I see that the last "release" of the HTTP Client is from October 8, 2001 (version 2.0 Alpha 1). In looking at CVS and list archives, it appears there have been significant modifications since then. Are there any plans to update the release and the documentation? Thanks, Chris ---

Re: [PROPOSAL] Commons-API (was Re: [pool] PROPOSAL: add collectingof statistics to pool implementations)

2002-04-26 Thread Geir Magnusson Jr.
On 4/26/02 2:54 PM, "Nicola Ken Barozzi" <[EMAIL PROTECTED]> wrote: > > I have tried myself to make projects cooperate on Jakarta, and there are > cases in which one part simply refuses to do it. > > This is the reason why there are duplicate projects, and why projects keep > making subprojects

[PROPOSAL] Commons-API (was Re: [pool] PROPOSAL: add collecting of statistics to pool implementations)

2002-04-26 Thread Nicola Ken Barozzi
From: "otisg" <[EMAIL PROTECTED]> > If Excalibur, which is a part of Avalon, is a set of micro components, > why nor merge them with Commons? From another email I see that a group > of people (Avalon) already tried doing that a while ago, but failed, so > Commons was created. ... > I don't want t

Re: HttpClient problem: duplicate Content-Length headers ...

2002-04-26 Thread Rainer Klute
>The problem is in org.apache.commons.httpclient.HttpMethodBase. >For example, if the server sent 2 "Content-Length: 455" headers, >the header instance will get a value like "455, 455", which >can not be parsed into integer. Attachment is my modified code. The root problem is that the types are

Re: Commons Validator Setup

2002-04-26 Thread David Winterfeldt
Thanks for bringing it to my attention. I'll fix this with what you gave me. My next step on the project was documentation, but I've gotten sidetracked (big project at work). David --- Jeff Linwood <[EMAIL PROTECTED]> wrote: > Hi, > > I just built the commons validator from the > 04/24/2002 n

Re: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread Henri Yandell
I'd say the reason for the coexistence is the same as for a lot of components that coexist between Avalon and Commons. Both projects have a similar mandate. Commons on a micro level, Avalon on a macro level. These different views seem to create a lot of internal disagreement between the two proje

Re: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread Berin Loritsch
Waldhoff, Rodney wrote: >>I will certainly take a look at >>Avalon. So why is there a commons pool >>and commons dbcp if Avalon does the >>same and more? > > > I think it's the "and more" part. > Now to address the "and more" comment. The Avalon community is sensitive to the fact that not e

HttpClient problem: duplicate Content-Length headers ...

2002-04-26 Thread CHEN,SHIH-CHANG (HP-NewJersey,ex2)
Hi, We just found a bug in Apache HttpClient of 4/17 nightly build. If the server sends back more than one Content-Length headers ( with same values ), incorrect value, 0, will be used. The problem is in org.apache.commons.httpclient.HttpMethodBase. For example, if the server sent 2 "Content-Le

Re: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread Berin Loritsch
Waldhoff, Rodney wrote: >>I will certainly take a look at >>Avalon. So why is there a commons pool >>and commons dbcp if Avalon does the >>same and more? > > > I think it's the "and more" part. > > I do notice that Avalon's org.apache.avalon.excalibur.pool.* has existed for > about a month, a

Re: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread Berin Loritsch
Berin Loritsch wrote: > Waldhoff, Rodney wrote: > >>> I will certainly take a look at Avalon. So why is there a commons pool >>> and commons dbcp if Avalon does the same and more? >> >> >> >> I think it's the "and more" part. >> >> I do notice that Avalon's org.apache.avalon.excalibur.pool.* has

Re: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread Berin Loritsch
Waldhoff, Rodney wrote: >>I will certainly take a look at >>Avalon. So why is there a commons pool >>and commons dbcp if Avalon does the >>same and more? > > > I think it's the "and more" part. > > I do notice that Avalon's org.apache.avalon.excalibur.pool.* has existed for > about a month, a

RE: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread Waldhoff, Rodney
> I will certainly take a look at > Avalon. So why is there a commons pool > and commons dbcp if Avalon does the > same and more? I think it's the "and more" part. I do notice that Avalon's org.apache.avalon.excalibur.pool.* has existed for about a month, according to CVS, so perhaps the quest

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/parser XMLParser.java

2002-04-26 Thread jstrachan
jstrachan02/04/26 05:28:56 Modified:jelly/src/java/org/apache/commons/jelly/impl StaticTag.java jelly/src/java/org/apache/commons/jelly/parser XMLParser.java Log: Fixed namespace problem with static XML. The SOAP scripting example now works fin

Re: [pool] PROPOSAL: add collecting of statistics to pool implementations

2002-04-26 Thread Berin Loritsch
Steven Caswell wrote: > I will certainly take a look at Avalon. So why is there a commons pool > and commons dbcp if Avalon does the same and more? > Good question. Alot of it is rooted in ideologies. The Pool and Instrumentation packages can be used quite easily in all kinds of applications.

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly run_all.jelly

2002-04-26 Thread jstrachan
jstrachan02/04/26 05:20:12 Modified:jellybuild.xml jelly/src/java/org/apache/commons/jelly Context.java Jelly.java jelly/src/java/org/apache/commons/jelly/tags/core CoreTagLibrary.java jelly

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/define DynamicTag.java InvokeBodyTag.java

2002-04-26 Thread jstrachan
jstrachan02/04/26 04:28:55 Modified:jelly/src/java/org/apache/commons/jelly Context.java Jelly.java jelly/src/java/org/apache/commons/jelly/tags/define DynamicTag.java InvokeBodyTag.java Log: Added support in the Context

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/define DefineScriptTag.java DefineTagLibrary.java

2002-04-26 Thread jstrachan
jstrachan02/04/26 03:00:50 Modified:jelly/src/java/org/apache/commons/jelly/tags/define DefineScriptTag.java DefineTagLibrary.java Log: Patched typeo in the tag Revision ChangesPath 1.2 +4 -4 jakarta-commons-sandbox/jelly/src/java/org

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/define DefineScriptTag.java

2002-04-26 Thread jstrachan
jstrachan02/04/26 00:56:10 Added: jelly/src/java/org/apache/commons/jelly/tags/define DefineScriptTag.java Log: Added to define a script block (fragment) using a tag and outputting it as a variable so that it can be called later on using jexl Revisio

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/define babelfishTaglib.jelly

2002-04-26 Thread jstrachan
jstrachan02/04/26 00:39:07 Modified:jellyTODO.txt build.xml jelly/src/test/org/apache/commons/jelly/define babelfishTaglib.jelly Log: Added dependency on velocity-dep.jar Revision ChangesPath 1.6 +4 -0 jakarta-commons