RE: commons cache

2004-07-19 Thread Aaron Smuts
Hi, Can I see the API so I can get a better feel for what you have in mind? Although I use it extensively, I'm not exactly sure of the value of commons-logging. I have no intention of switching from log4j. It does everything I want in a logger. Adding the commons-logging gives me flexibility

Re: commons cache

2004-07-19 Thread Emmanuel Bourg
Aaron Smuts wrote: Can I see the API so I can get a better feel for what you have in mind? The API is attached to the previous message I linked: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgId=1228418attachId=1 (it's not the latest version, this one still sits on my computer with

RE: commons cache

2004-07-19 Thread Baum, Karl
Hi Aaron. I think you're right. For the most part private users will not change logging API's very often, but for open source projects commons-logging is a must. In the case of caching, performance is of the highest concern. Swapping in different caching implementations during performance

DO NOT REPLY [Bug 30184] New: - CompositeFormat

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30184. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: cvs commit: jakarta-commons-sandbox/sql/lib ant-1.5.jar commons-beanutils-1.6.jar commons-cli-1.0-beta-2.jar commons-betwixt-20030211.133854.jar xml-apis-1.0.b2.jar commons-jelly-20030902.160215.jar hsqldb-1.7.1.jar dom4j-1.4.jar xerces-2.4.0.jar

2004-07-19 Thread Arnaud Heritier
What was the problem with maven ?? Arnaud -Message d'origine- De : Dion Gillard [mailto:[EMAIL PROTECTED] Envoyé : lundi 19 juillet 2004 08:03 À : Jakarta Commons Developers List Objet : Re: cvs commit: jakarta-commons-sandbox/sql/lib ant-1.5.jar commons-beanutils-1.6.jar

Re: Bad deadlock on commons-dbcp 1.2.1?

2004-07-19 Thread Dirk Verbeeck
Can you send me your pool configs? (and other standard info like platform, OS, JVM, ...) (the one that locks up on startup and the one with the deadlock) The initialSize property is only available in BasicDataSource and not on SharedPoolDataSource or did you add it yourself? I don't see a

RE: [lang] Stopwatch improvements

2004-07-19 Thread Phil Steitz
I now understand better what split was intended to do (current lap time concept). I was being misled by the code :-) and the absence of a getSplitTime method. If we want to keep it, I think it does logically lead to another state, split connected to running in the obvious way (split out,

DO NOT REPLY [Bug 30167] - [collections] Implementation of SynchronizedBidiMap and SynchronizedMap, with tests

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30167. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30167] - [collections] Implementation of SynchronizedBidiMap and SynchronizedMap, with tests

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30167. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-07-19 Thread olegk
olegk 2004/07/19 13:06:26 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH HttpConnection.java Log: PR #29897 (questionable default value for BufferedOutputStream size in HttpConnection) Changelog:

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

2004-07-19 Thread olegk
olegk 2004/07/19 13:08:06 Modified:httpclient/src/java/org/apache/commons/httpclient HttpConnection.java Log: PR #29897 (questionable default value for BufferedOutputStream size in HttpConnection) Changelog: BufferedOutputStream buffer size is 2k

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

2004-07-19 Thread olegk
olegk 2004/07/19 13:24:21 Modified:httpclient/src/java/org/apache/commons/httpclient StatusLine.java httpclient/src/test/org/apache/commons/httpclient TestStatusLine.java Log: PR #30175 (StatusLine IndexOutOfBounds)

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

2004-07-19 Thread olegk
olegk 2004/07/19 13:25:02 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH StatusLine.java httpclient/src/test/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH

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

2004-07-19 Thread olegk
olegk 2004/07/19 13:37:43 Modified:httpclient/src/java/org/apache/commons/httpclient/params HttpConnectionManagerParams.java Log: Removed Java 1.3 dependent code Contributed by Oleg Kalnichevski Revision ChangesPath 1.8 +10 -5

DO NOT REPLY [Bug 30191] New: - [collections] minor javadoc fixes for OrderedIterator

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30191. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30191] - [collections] minor javadoc fixes for OrderedIterator

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30191. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[collections] OrderedMap.valuesAsList?

2004-07-19 Thread Henri Yandell
Would be very nice if the values of an OrderedMap were available as a List as well as the keys. Any reason why this would be bad? As ListOrderedMap.asList is but a view on the Map, valuesAsList would be the same way, so largely it's just the same code as asList with a tweak to call get on the

cvs commit: jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/pool - New directory

2004-07-19 Thread olegk
olegk 2004/07/19 14:37:50 jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/pool - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/pool HttpPoolConnectionManager.java HttpPoolConnectionManagerConfiguration.java PoolableHttpConnectionFactory.java

2004-07-19 Thread olegk
olegk 2004/07/19 14:41:09 Added: httpclient/src/contrib/org/apache/commons/httpclient/contrib/pool Tag: HTTPCLIENT_2_0_BRANCH HttpPoolConnectionManager.java HttpPoolConnectionManagerConfiguration.java

cvs commit: jakarta-commons/httpclient build.xml

2004-07-19 Thread olegk
olegk 2004/07/19 14:57:30 Modified:httpclient Tag: HTTPCLIENT_2_0_BRANCH build.xml Log: Do not compile 'contrib' packages, as some of the classes may have additional compile dependencies. The 'contrib' packages are to be distributed in source code as reference material only

cvs commit: jakarta-commons/httpclient release_notes.txt

2004-07-19 Thread olegk
olegk 2004/07/19 14:59:01 Modified:httpclient Tag: HTTPCLIENT_2_0_BRANCH release_notes.txt Log: PR #29897, PR #30175 Revision ChangesPath No revision No revision 1.9.2.12 +4 -0 jakarta-commons/httpclient/release_notes.txt

cvs commit: jakarta-commons/httpclient release_notes.txt

2004-07-19 Thread olegk
olegk 2004/07/19 15:02:35 Modified:httpclient release_notes.txt Log: PR #29897 Revision ChangesPath 1.31 +2 -0 jakarta-commons/httpclient/release_notes.txt Index: release_notes.txt ===

cvs commit: jakarta-commons-sandbox/sql/src/test-input jdbc-type-mappings.csv

2004-07-19 Thread tomdz
tomdz 2004/07/19 15:14:00 Modified:sql/src/java/org/apache/commons/sql/model Column.java IndexColumn.java Database.java Reference.java Table.java ForeignKey.java UniqueColumn.java Unique.java Index.java Added:

Re: [VOTE] 2.0.1 release

2004-07-19 Thread Oleg Kalnichevski
+1 -- Vote: HttpClient 2.0.1 release [x] +1 I am in favor of the release, and will help support it. [ ] +0 I am in favor of the release, but am unable to help support it. [ ] -0 I am not in favor of the

Re: [VOTE] 2.0.1 release

2004-07-19 Thread Adrian Sutton
+1 On 19/07/2004, at 12:21 PM, Michael Becke wrote: Pending the patch to bug #29897, I propose that we mark the latest code in CVS HTTPCLIENT_2_0 as 2.0.1 and proceed with a release. Please vote as follows: --- --- Vote:

DO NOT REPLY [Bug 30175] New: - StatusLine IndexOutOfBounds

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30175. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30175] - StatusLine IndexOutOfBounds

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30175. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30175] - StatusLine IndexOutOfBounds

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30175. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [VOTE] 2.0.1 release

2004-07-19 Thread Kalnichevski, Oleg
Folks, I apologize for 'waking up' so late, after already having cast my vote. (1) There are two patches that I would like to see committed before the release is cut http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29897 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30175 Both problems

Re: [VOTE] 2.0.1 release

2004-07-19 Thread Michael Becke
(1) There are two patches that I would like to see committed before the release is cut http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29897 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30175 Both problems are relatively minor. If there are no loud objections I commit the patches around

JUnit cookies test failures

2004-07-19 Thread dan tran
Hello, I am running into the same issue found by Eric http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgId=708 when running against tomcat 4.1.30. My tomcat env is on windows XP, httpclient 2.0, jdk 1.4.2 The archive does not seem to have any conclusion yet. Any suggestion? -Dan

DO NOT REPLY [Bug 27426] - [API Doc] Document exceptions thrown on execute methods

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=27426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27426] - [API Doc] Document exceptions thrown on execute methods

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=27426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29897] - questionable default value for BufferedOutputStream size in HttpConnection

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29897. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30175] - StatusLine IndexOutOfBounds

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30175. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: MultiThreadedConnectionManager based on commons pool

2004-07-19 Thread Oleg Kalnichevski
Andrea, The code you contributed has been committed to the 2.0 branch. Many thanks for this contribution. http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/pool/Attic/ I have applied some minor corrections to the source code to make

Re: JUnit cookies test failures

2004-07-19 Thread Oleg Kalnichevski
Dan It was later discovered that different Tomcat connectors appear to have different cookie parsing/formating logic. The problem shows up only when the newer Coyote connector is being used. !-- works fine -- Connector className=org.apache.catalina.connector.http.HttpConnector

Please Help !

2004-07-19 Thread Esquivel Sanchez, Arturo
Hi, I'm getting the error: Error in parsing the status line from the response: unable to find line starting with HTTP. and i´m pretty sure that its related to the consideration documented by Daniel C. Amadei : JSSE prior to Java 1.4 incorrectly reports socket timeout. Prior to Java 1.4, in

Re: Please Help !

2004-07-19 Thread Michael Becke
Hello Arturo, This problem could be caused by a number of things. Please post a wire log http://jakarta.apache.org/commons/httpclient/logging.html and some sample code and we should be able to get to the bottom of the problem. Mike On Jul 19, 2004, at 2:31 PM, Esquivel Sanchez, Arturo wrote:

DO NOT REPLY [Bug 27426] - [API Doc] Document exceptions thrown on execute methods

2004-07-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=27426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.