Re: Jdbc2pool

2002-01-17 Thread John McNally
Thanks for the package correction. put unit test classes in the same package, put the source in a parallel tree. src/java/org/... src/test/org/... runtime/blackbox tests i am up for suggestions, but org.apache.commons.jdbctool.test would be good. john mcnally Andy Olliver wrote: Here are

Re: jdbc2pool

2002-01-17 Thread John McNally
2. Jdbc2 driver implementation will supply a CPDS that should be used when pooling connections. DBCP does not use this interface instead it pools the older style Connection objects. I'm not sure I follow you here. If you've got a DataSource that pools the connections, what's

actual builds in /builds? (was RE: LogSource.java)

2002-01-17 Thread Waldhoff, Rodney
I would advertise the http://jakarta.apache.org/builds/; URL, as it's stable and you can find anything you want from there. On a somewhat related topic, I notice that for many sub-projects (e.g., all of the jakarta-commons stuff I looked at), http://jakarta.apache.org/builds/ doesn't really

RE: [Vote] Mapper framework in sandbox (was RE: Commons Validator Packaging/Content)

2002-01-17 Thread David Winterfeldt
I'm +1 on the mapper in commons. A validation/transformation package would be very useful to people. I haven't used it, but I looked at it a little last night. There is some overlapping functionality between the Validator and the Mapper, but the Validator seems like it can do some things that

RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-17 Thread Gerhard Froehlich
Juozas, From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Agree! I wanted to setup a junit test enviroment at the weekend! Do you have experience with junit? There are a lot frameworks for unit tests, but we need to JUnit if it is going to be in commons, Simple store has chances to become

Re: RFC: HttpClient: PostMethod Change Proposal

2002-01-17 Thread otisg
[X] I agree with the proposal as outlined. Make it so. [ ] Alternative 1. Change visibility of requestBody, and implement your own subclass of PostMethod. [ ] Alternative 2. Paul, go away. Implement your own Method subclass. [ ] None of the above. Shouldn't this list moderate this

RE: actual builds in /builds? (was RE: LogSource.java)

2002-01-17 Thread Waldhoff, Rodney
Oh, ok, I didn't notice the *-src and non -src variations, I just scrolled to the bottom to grab what I thought was the latest.

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test SocketClientTest.java SocketServerTest.java TestClient.java

2002-01-17 Thread hammant
hammant 02/01/17 09:48:46 Modified:altrmi/src/java/org/apache/commons/altrmi/client/impl ClientCustomStreamReadWriter.java ClientObjectStreamReadWriter.java ClientStreamReadWriter.java

Re: [Vote] Mapper framework in sandbox (was RE: Commons Validator Packaging/Content)

2002-01-17 Thread robert burrell donkin
IMHO this vote is going to get really confusing. formally speaking, can a +1 to a vote titled 'Mapper framework in sandbox' really be counted towards a different vote? can't we have a fresh vote on acceptance straight into the commons with a revised list of initial committers? (i can't

Re: actual builds in /builds? (was RE: LogSource.java)

2002-01-17 Thread robert burrell donkin
hi rodney FYI i think that the [EMAIL PROTECTED] list is the right place to find answers to questions like these. - robert On Thursday, January 17, 2002, at 04:24 PM, Waldhoff, Rodney wrote: I would advertise the http://jakarta.apache.org/builds/; URL, as it's stable and you can find

[NEW CLASS ... NOTHING TO PATCH]: DoubleOrderedMap.java

2002-01-17 Thread Marc Johnson
/* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ package org.apache.commons.collections; import

[NEW CLASS -- NOTHING TO PATCH]: LocalTestNode.java

2002-01-17 Thread Marc Johnson
/* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ package org.apache.commons.collections; /** *

[PATCH]: package.html

2002-01-17 Thread Marc Johnson
Index: src/java/org/apache/commons/collections/package.html === RCS file: /home/cvspublic/jakarta-commons/collections/src/java/org/apache/commons/collections/package.html,v retrieving revision 1.4 diff -u -r1.4 package.html ---

[PATCH]: TestAll.java

2002-01-17 Thread Marc Johnson
Index: src/test/org/apache/commons/collections/TestAll.java === RCS file: /home/cvspublic/jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java,v retrieving revision 1.13 diff -u -r1.13 TestAll.java ---

DoubleOrderedMap

2002-01-17 Thread Marc Johnson
First, if I did any of those submissions incorrectly ... I'm new at this. Tell me how I ought to have done it, and I will repent and sin no more (well, at least not *that* way). Second, I suppose some explanation is in order. I wrote DoubleOrderedMap to fill a need we had on the POI project

Re: LogSource.java

2002-01-17 Thread robert burrell donkin
On Thursday, January 17, 2002, at 01:10 AM, Incze Lajos wrote: I would advertise the http://jakarta.apache.org/builds/; URL, as it's stable and you can find anything you want from there. Also, you can spare a couple of web site updates when something new arises in e.g. the nightly builds.

Re: cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging

2002-01-17 Thread robert burrell donkin
On Thursday, January 17, 2002, at 01:47 AM, [EMAIL PROTECTED] wrote: craigmcc02/01/16 17:47:49 Modified:logging/src/java/org/apache/commons/logging AbstractLog.java Jdk14Logger.java Log.java Log4JCategoryLog.java LogKitLogger.java

commons web pages

2002-01-17 Thread robert burrell donkin
i've now updated the live commons web pages from cvs. anybody want to volunteer to add a description and link for commons-validator? (otherwise, i'll give it a go a bit later...) - robert -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: RFC: HttpClient: PostMethod Change Proposal

2002-01-17 Thread Waldhoff, Rodney
I didn't see the original message come through, and I can't seem to find it in the archives either. What's the proposal here?

Re: cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging

2002-01-17 Thread Craig R. McClanahan
On Thu, 17 Jan 2002, robert burrell donkin wrote: Date: Thu, 17 Jan 2002 18:28:44 + From: robert burrell donkin [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: Re: cvs commit:

Re: LRUMap has interesting behavior, not quite LRU

2002-01-17 Thread otisg
I haven't observed this, but I haven't really used LRUMap that extensively either. It seems that nobody replied to this message. Has anyone else observed this? Just curious. Otis On Wed, 09 January 2002, apache-commons wrote: Commons developers, I noticed that when the list fills up,

RE: RFC: HttpClient: PostMethod Change Proposal

2002-01-17 Thread Waldhoff, Rodney
Paul C. Bryan wrote: I would like to propose a change to the PostMethod class, to allow the request body to be optionally set directly from an InputStream. Presently, the only way a PostMethod's request body can be se is through parameters. I propose a new method: public void

RE: HTTP Client: HttpConnection patch

2002-01-17 Thread otisg
You don't need to patch anything though, simply extend HttpConnection and override open() method to do what you need. Yes, that is what I did. Otis Alternatively, can we find a way to make InputSocketAddress at most a compile-time dependency? -Original Message- From: [EMAIL

Re: cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging

2002-01-17 Thread robert burrell donkin
On Thursday, January 17, 2002, at 06:38 PM, Craig R. McClanahan wrote: On Thu, 17 Jan 2002, robert burrell donkin wrote: snip i had intended to remove AbstractLog (since it's no longer needed) and remove the associated test cases and so on. can i start on those or are you still working on

Re: AltRMI - Proposal request for help

2002-01-17 Thread James Strachan
Hi Paul Sorry this mail is really late - I've been offline. I just wanted to day that AltRMI sounds very interesting, I'm keen to help out - particularly adding JMS bindings, that sounds right up my street. +1 from me. James - Original Message - From: Paul Hammant [EMAIL PROTECTED] To:

Re: cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging

2002-01-17 Thread Craig R. McClanahan
On Thu, 17 Jan 2002, robert burrell donkin wrote: Date: Thu, 17 Jan 2002 20:04:50 + From: robert burrell donkin [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: Re: cvs commit:

[PATCH}: HTTP Client - setting default request headers from HttpClient

2002-01-17 Thread Otis Gospodnetic
Hello, Here are the patches that allow one to set default request headers from HttpClient. Otis Index: HttpClient.java === RCS file:

RE: DoubleOrderedMap

2002-01-17 Thread Scott Sanders
I believe you did the submission just fine, with the Tests even. I will look at it. Thanks Scott Sanders -Original Message- From: Marc Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 9:36 AM To: [EMAIL PROTECTED] Subject: DoubleOrderedMap First, if I did

[DBCP] possible correction for PoolableConnectionFactory

2002-01-17 Thread James House
Hi, I have a proposed correction for the class PoolableConnectionFactory.java The method validateObject(Object object) has a block of code that responsible for doing the test-query that currently looks like this: if(null != query) { Statement stmt = null;

RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-17 Thread Aaron Smuts
-Original Message- From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 8:17 AM To: Jakarta Commons Developers List Subject: RE: [simplestore] enhancements (was: [simplestore] inital check in) Maybe I understand you wrong, but look at this: In the

[DBCP] possible correction for PoolingDataSource

2002-01-17 Thread James House
Hi, I have a proposed correction for the class PoolingDataSource.java change this method: public synchronized Connection getConnection() throws SQLException { return (Connection)(_pool.borrowObject()); } to be like this: public synchronized Connection getConnection()

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

2002-01-17 Thread rdonkin
rdonkin 02/01/17 14:50:07 Modified:betwixt/src/java/org/apache/commons/betwixt XMLIntrospector.java betwixt/src/java/org/apache/commons/betwixt/io BeanWriter.java betwixt/src/test/org/apache/commons/betwixt

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging TestAll.java TestLog.java TestLogLevels.java

2002-01-17 Thread rdonkin
rdonkin 02/01/17 14:55:43 Modified:logging/src/java/org/apache/commons/logging Log.java LogSource.java SimpleLog.java logging/src/test/org/apache/commons/logging TestAll.java Removed: logging/src/java/org/apache/commons/logging

HttpClient: Basic Authentication acting more like a browser

2002-01-17 Thread Matthew Albright
I've run into a interesting little shortcoming with HttpClient, and would like to know if someone is working on a solution. When a browser goes to a site that requires Basic Authentication, it will make a request (GET /), get a 401 response with a realm attached, and prompt the user for a

cvs commit: jakarta-commons-sandbox/altrmi PROPOSAL

2002-01-17 Thread hammant
hammant 02/01/17 17:08:59 Modified:altrmi PROPOSAL Log: new speed benchmarks Revision ChangesPath 1.4 +34 -9 jakarta-commons-sandbox/altrmi/PROPOSAL Index: PROPOSAL === RCS file:

Karma?

2002-01-17 Thread dIon Gillard
I'd like to make some patches to Latka, but don't have sufficient karma...I'm guessing I can't update avail myself using cvs, so who do I ask nicely to add me?? -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: mailto:[EMAIL

Re: HttpClient: Basic Authentication acting more like a browser

2002-01-17 Thread Paul C. Bryan
Hi Matthew: I've noticed this behavior too. The question, in my opinion, is how to decide when to invoke the preemptive strike behavior. You don't know until a 401 has been returned exactly what realm is required for authentication for a particular request. Storing the URL, as you suggest is

Re: Karma?

2002-01-17 Thread Jason van Zyl
On 1/17/02 9:24 PM, dIon Gillard [EMAIL PROTECTED] wrote: I'd like to make some patches to Latka, but don't have sufficient karma...I'm guessing I can't update avail myself using cvs, so who do I ask nicely to add me?? Done. -- jvz. Jason van Zyl http://tambora.zenplex.org

RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-17 Thread Juozas Baliuka
Hi, simplestore is not the best optimization for projects like Cocoon. You don't need it here. You don't need JISP and StoreJanitor. It kind of abstraction, but forget it if you need performance and want to save resources. There are a lot of better ways to solve this problem. 1. Intercept