DO NOT REPLY [Bug 30032] New: - [PATCH][DbUtils] protected prepareConnection()

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

Bug report for Commons [2004/07/11]

2004-07-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang StringUtils.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 09:48:32 Modified:lang/src/java/org/apache/commons/lang StringUtils.java Log: http://issues.apache.org/bugzilla/show_bug.cgi?id=22692 : - added new splitPreserveAllTokens methods to mirror the split functionality, preserving empty tokens indicated by

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang StringUtilsTest.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 09:49:07 Modified:lang/src/test/org/apache/commons/lang StringUtilsTest.java Log: added tests for new splitPreserveAllTokens methods (http://issues.apache.org/bugzilla/show_bug.cgi?id=22692) Revision ChangesPath 1.60 +314 -1

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java

2004-07-11 Thread dirkv
dirkv 2004/07/11 09:51:34 Modified:dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java Log: Bugzilla Bug 29963: BasicDataSource does not work with getConnection(String, String) - fail fast (throw UnsupportedOperationException) - update javadoc Revision Changes

RE: [lang] StringUtils.split ignores empty items (Bugzilla bug# 22692)

2004-07-11 Thread Steven Caswell
I went ahead and named it splitPreserveAllTokens, since that seemed to be the closest concensus. It would be good if someone could review. Steven Caswell Sun Certified Java Programmer [EMAIL PROTECTED] War is an ugly thing, but not the ugliest of things. The decayed and degraded state of moral

DO NOT REPLY [Bug 25560] - DateUtils.truncate() is off by one hour when using a date in DST switch 'zone'

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

[Jakarta Commons Wiki] Updated: Lang

2004-07-11 Thread commons-dev
Date: 2004-07-11T10:07:01 Editor: 67.33.111.186 Wiki: Jakarta Commons Wiki Page: Lang URL: http://wiki.apache.org/jakarta-commons/Lang no comment Change Log: -- @@ -16,11 +16,10 @@ 1.

cvs commit: jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang DateFormatter.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 10:53:31 Added: lang/src/java/org/apache/commons/lang DateFormatter.java Log: Moved to the sandbox from comment-out code in DateUtils PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=22172 Submitted by: Serge Knystautas [EMAIL PROTECTED] CVS:

cvs commit: jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang DateFormatter.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 10:56:33 Modified:lang/src/java/org/apache/commons/lang DateFormatter.java Log: Oops, forgot the license header Revision ChangesPath 1.2 +15 -0 jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang/DateFormatter.java Index:

cvs commit: jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang DateFormatter.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 11:13:24 Modified:lang/src/java/org/apache/commons/lang DateFormatter.java Log: added further explanation of class source and purpose, with pointers to the bugzilla issue and mailing list discussion Revision ChangesPath 1.3 +11 -1

cvs commit: jakarta-commons-sandbox/lang/src/test/org/apache/commons/lang DateFormatterTest.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 11:36:32 Added: lang/src/test/org/apache/commons/lang DateFormatterTest.java Log: Moved to sandbox from commons-lang DateUtilsTest PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=22172 Submitted by: Serge Knystautas [EMAIL PROTECTED] Revision

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Variance.java

2004-07-11 Thread psteitz
psteitz 2004/07/11 11:38:12 Modified:math/src/java/org/apache/commons/math/stat/univariate/moment Variance.java Log: Added missing method for computing variance from mean with no subarray specified. Revision ChangesPath 1.26 +26 -1

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/rank Max.java Min.java Percentile.java

2004-07-11 Thread psteitz
psteitz 2004/07/11 11:39:08 Modified:math/src/java/org/apache/commons/math/stat/univariate/rank Max.java Min.java Percentile.java Log: javadoc only. Revision ChangesPath 1.21 +2 -2

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/time DateUtils.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 11:40:04 Modified:lang/src/java/org/apache/commons/lang/time DateUtils.java Log: moved parseCVS to sandbox DateFormatter.java Revision ChangesPath 1.22 +1 -121 jakarta-commons/lang/src/java/org/apache/commons/lang/time/DateUtils.java

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/time DateUtilsTest.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 11:40:35 Modified:lang/src/test/org/apache/commons/lang/time DateUtilsTest.java Log: moved testParseCVS to sandbox DateFormatterTest.java Revision ChangesPath 1.14 +0 -206

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat StatUtils.java

2004-07-11 Thread psteitz
psteitz 2004/07/11 11:41:19 Modified:math/src/java/org/apache/commons/math/stat StatUtils.java Log: Added methods for computing variance using precomputed mean, javadoc. Revision ChangesPath 1.30 +323 -145

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat StatUtilsTest.java

2004-07-11 Thread psteitz
psteitz 2004/07/11 11:42:07 Modified:math/src/test/org/apache/commons/math/stat StatUtilsTest.java Log: Added tests for methods computing variance from mean, removed obsolete tests. Revision ChangesPath 1.18 +6 -42

DO NOT REPLY [Bug 22172] - [lang] DateUtils.parseCVS behavior parsing h:mm z

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

cvs commit: jakarta-commons/lang project.xml

2004-07-11 Thread psteitz
psteitz 2004/07/11 16:21:01 Modified:lang project.xml Log: Added C. Scott Ananian to contributors. Revision ChangesPath 1.35 +3 -0 jakarta-commons/lang/project.xml Index: project.xml ===

DO NOT REPLY [Bug 29294] - [lang][PATCH] lang.math.Fraction class deficiencies

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

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Variance.java

2004-07-11 Thread psteitz
psteitz 2004/07/11 16:39:08 Modified:math/src/java/org/apache/commons/math/stat/univariate/moment Variance.java Log: Removed redundant null check. Revision ChangesPath 1.27 +1 -4

Re: [math] cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Variance.java

2004-07-11 Thread Phil Steitz
Mark R. Diggory wrote: Phil, I wanted to point out there is a test(...) method in the AbstractUnivariateStatistic class for validation of the input, this provides three test conditions for the incoming array and its starting/ending indicies. Most of the UnivariateStatistics reuse this for

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/time DateUtils.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 17:04:32 Modified:lang/src/java/org/apache/commons/lang/time DateUtils.java Log: corrected calendar field used to calculate the offset when modifying the hour for a round or truncated based on AM_PM Revision ChangesPath 1.23 +3 -3

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/time DateUtilsTest.java

2004-07-11 Thread stevencaswell
stevencaswell2004/07/11 17:08:51 Modified:lang/src/test/org/apache/commons/lang/time DateUtilsTest.java Log: added tests for rounding and truncating to AM_PM; added additional test of rounding to SEMI_MONTH Revision ChangesPath 1.15 +99 -0

DO NOT REPLY [Bug 23815] - [beanutils]PropertyUtils.getNestedProperty() doesn't allow getXxxx on Map-Instances any longer

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

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/complex ComplexUtilsTest.java ComplexMathTest.java

2004-07-11 Thread psteitz
psteitz 2004/07/11 17:27:09 Added: math/src/java/org/apache/commons/math/complex ComplexUtils.java math/src/test/org/apache/commons/math/complex ComplexUtilsTest.java Removed:

[beanutils] Summary of propsed/committed changes for Bugs

2004-07-11 Thread Niall Pemberton
Robert, I thought I would just summarise what I've done on beanutils to date, so that its easier for you (or others to review) - theres basically four main pieces of work which I highlight in the Summary below, but I've also detailed all the bugs I changed under Detail below. SUMMARY =

Re: [beanutils] beanification interfaces

2004-07-11 Thread Niall Pemberton
I'll try to reiew this sometime in the next week - unfortunately I spent far longer on beanutils bugs than I planned this past week - the DateLocaleConverter drove me mad at one point and I spent a load of time on test cases that I didn't envisage. Niall - Original Message - From:

DO NOT REPLY [Bug 28813] - [beanutils]Can't use . (dot) in mapped properties for setProperty or getPropertyDescriptor

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

DO NOT REPLY [Bug 28358] - Problems on indexed property with JDK 1.4

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

DO NOT REPLY [Bug 23815] - [beanutils]PropertyUtils.getNestedProperty() doesn't allow getXxxx on Map-Instances any longer

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

Re: [beanutils] Summary of propsed/committed changes for Bugs

2004-07-11 Thread Craig McClanahan
Niall Pemberton wrote: 4) Bug 23815, 26904 and 29571 Bug 23815 PropertyUtils.getNestedProperty() doesn't allow getXxxx on Map-Instances any longer Bug 26904 (g|s)etSimpleProperty fails when passing a Map Bug 29571 Inconsistent behaviour of BeanUtils.setProperty() and BeanUtils.getProperty()

Cannot use HttpClient to search google

2004-07-11 Thread Vincent Chain
I am encountering an interesting issue, and I guess the issue is probably not within the HttpClient itself, but I haven't figured out how to make it work yet. I am using the 2.0 version. What I try to do is simple enough: I want to use HttpClient to simulate a typical browser request to

Re: Cannot use HttpClient to search google

2004-07-11 Thread Adrian Sutton
htmlheadtitle403 Forbidden/title blockquoteH1Forbidden/H1Your client does not have permission to get URL code/search?hl=enamp;ie=UTF-8amp;q=sql+server+trace/code from this server. (Client IP address: xx.xx.xx.xx)brbrPlease see Google's Terms of Service posted at

Re: Wire log to Log4J logger.

2004-07-11 Thread Eric Bloch
Hey Folks, I'm having trouble making httpclient 2.0 use log4j logging inside Tomcat5 (when running against java 1.4). Seems as though tomcat5 makes some call to the the commons logger early on (see below). Tomcat5 doesn't come with log4j... so the commons logging default log factory

Re: Cannot use HttpClient to search google

2004-07-11 Thread Vincent Chain
Well, I view this as a technical question. I have no intention to use the code for automated querying and this is for my experiment of the HttpClient. Google happens to be the URL i choose. There could be another host that does similar things as google, but does not enforce similar terms. And the

Re: Wire log to Log4J logger.

2004-07-11 Thread Michael Becke
Hi Eric, I would suggest posting this question to the commons-logging and tomcat folks. This one is pretty well out of our scope. Mike On Jul 11, 2004, at 9:16 PM, Eric Bloch wrote: Hey Folks, I'm having trouble making httpclient 2.0 use log4j logging inside Tomcat5 (when running against

DO NOT REPLY [Bug 29636] - Setting different MAX_HOST_CONNECTION values per host using a single MultiThreadedHttpConnectionManager

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

DO NOT REPLY [Bug 29636] - Setting different MAX_HOST_CONNECTION values per host using a single MultiThreadedHttpConnectionManager

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

Re: Cannot use HttpClient to search google

2004-07-11 Thread Adrian Sutton
Hi Vincent, While I appreciate that your intentions are not malicious and that you may well be within the terms of Google's service, I would very much prefer to avoid the potential issues altogether by not working around Google's technical limitations. For experimenting with HttpClient I'd