Re: [validator] Commons Validator 1.2.0 beta test release

2005-10-04 Thread Don Brown
No, I can finish this. I'd like to solve that bug first before I roll another release, however. If you have time to take a look at that, I'd appreciate it. Assuming it is taken care of, what about targetting this weekend for a 1.2.0 beta release? Don On 10/4/05, Niall Pemberton <[EMAIL PROTECTED]

Re: [validator] Commons Validator 1.2.0 beta test release

2005-10-04 Thread Niall Pemberton
Don, do you have time to do this - or can I pick it up? Niall - Original Message - From: "Don Brown" <[EMAIL PROTECTED]> Sent: Monday, September 19, 2005 3:11 AM I've prepared a test release for Commons Validator 1.2.0 beta 1 at http://people.apache.org/~mrdon/commons-validator Let m

DO NOT REPLY [Bug 33044] - [cli] Usage Scenario help page misleading

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35774] - [logging] TCCL problem in J2EE Container

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36927] New: - disabling of TCCL

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35774] - [logging] TCCL problem in J2EE Container

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36915] - [lang] change to ArrayUtils.toPrimitive and toObject

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: [lang] ArrayUtils.toPrimitive and NPEs.

2005-10-04 Thread James Carman
Actually, if you read the javadocs for NullPointerException, it says that "Applications should throw instances of this class to indicate other illegal uses of the null object." However, I agree with you. I like IllegalArgumentException or its NullArgumentException subclass (which I was unaware of

RE: [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread Gary Gregory
Hello: I've checked into SVN an experimental version with unit tests. Please let me know if that would suit you needs as it does mine ;-) Gary > -Original Message- > From: Steven Caswell [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 06, 2005 3:28 PM > To: Jakarta Commons Developers

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r294951 - /jakarta/commons/proper/lang/trunk/project.properties

2005-10-04 Thread ggregory
Author: ggregory Date: Tue Oct 4 17:11:19 2005 New Revision: 294951 URL: http://svn.apache.org/viewcvs?rev=294951&view=rev Log: Oops, go back to previous version. Modified: jakarta/commons/proper/lang/trunk/project.properties Modified: jakarta/commons/proper/lang/trunk/project.properties UR

svn commit: r294950 - in /jakarta/commons/proper/lang/trunk: project.properties src/test/org/apache/commons/lang/builder/ReflectionToStringBuilderExcludeTest.java

2005-10-04 Thread ggregory
Author: ggregory Date: Tue Oct 4 17:06:11 2005 New Revision: 294950 URL: http://svn.apache.org/viewcvs?rev=294950&view=rev Log: A cut at http://issues.apache.org/bugzilla/show_bug.cgi?id=36925: Using ReflectionToStringBuilder and excluding secure fields. Added: jakarta/commons/proper/lang/

svn commit: r294949 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java test/org/apache/commons/lang/builder/BuilderTestSuite.java

2005-10-04 Thread ggregory
Author: ggregory Date: Tue Oct 4 17:05:11 2005 New Revision: 294949 URL: http://svn.apache.org/viewcvs?rev=294949&view=rev Log: A cut at http://issues.apache.org/bugzilla/show_bug.cgi?id=36925: Using ReflectionToStringBuilder and excluding secure fields. Modified: jakarta/commons/proper/la

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36925] New: - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: svn commit: r294934 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java

2005-10-04 Thread Gary Gregory
Yeah, what a PITA :-( I commented out another method that did not compile on 1.3.1... bummer. Gary > -Original Message- > From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 04, 2005 3:25 PM > To: Jakarta Commons Developers List > Subject: Re: svn commit: r294934

Re: svn commit: r294934 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java

2005-10-04 Thread Stephen Colebourne
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewcvs?rev=294934&view=rev Log: Tsk, tsk: This class did not compile with Java 1.3.1. The test also fails on 1.3.1_15 but works on 1.4.2_09. :-( And after I set up all the constants to specially handle this too! Stephen ---

svn commit: r294936 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java

2005-10-04 Thread ggregory
Author: ggregory Date: Tue Oct 4 15:23:54 2005 New Revision: 294936 URL: http://svn.apache.org/viewcvs?rev=294936&view=rev Log: // comment. Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java Modified: jakarta/commons/proper/lang/t

svn commit: r294935 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java

2005-10-04 Thread ggregory
Author: ggregory Date: Tue Oct 4 15:23:01 2005 New Revision: 294935 URL: http://svn.apache.org/viewcvs?rev=294935&view=rev Log: More code that does not compile 1.3.1. Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java Modified: ja

svn commit: r294934 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java

2005-10-04 Thread ggregory
Author: ggregory Date: Tue Oct 4 15:21:40 2005 New Revision: 294934 URL: http://svn.apache.org/viewcvs?rev=294934&view=rev Log: Tsk, tsk: This class did not compile with Java 1.3.1. The test also fails on 1.3.1_15 but works on 1.4.2_09. Modified: jakarta/commons/proper/lang/trunk/src/test/

svn commit: r294930 - /jakarta/commons/proper/io/trunk/build.xml

2005-10-04 Thread scolebourne
Author: scolebourne Date: Tue Oct 4 15:04:56 2005 New Revision: 294930 URL: http://svn.apache.org/viewcvs?rev=294930&view=rev Log: Setup md5 files correctly Modified: jakarta/commons/proper/io/trunk/build.xml Modified: jakarta/commons/proper/io/trunk/build.xml URL: http://svn.apache.org/vi

DO NOT REPLY [Bug 36878] - [validator] GenericTypeValidator does not accept negative Floats/Doubles

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: [lang] ArrayUtils.toPrimitive and NPEs.

2005-10-04 Thread Gary Gregory
> I think that the basic reasoning is/was to have a validating version and > a non-validating version of the same method. Perhaps, but if the intention was to say that nulls are illegal, letting NPE be thrown seem like a poor design decision to me as opposed to explicitly stating this intent with

Re: [lang] ArrayUtils.toPrimitive and NPEs.

2005-10-04 Thread Stephen Colebourne
Gary Gregory wrote: Hello: WRT: http://issues.apache.org/bugzilla/show_bug.cgi?id=36915 All of the ArrayUtils.toPrimitive one arg methods all NPE when an input element is null. Why would you want that? We have a handy two arg version of the methods that allows a default value to be passed in

Re: [logging] log4j 1.3 support

2005-10-04 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon Kitching wrote: > On Mon, 2005-10-03 at 21:39 +0200, Joerg Hohwiller wrote: > >>Actually I just wanted to tease out what Simon meant with the "incompatible" >>issue between log4j 1.2.x and 1.3.x > > > I wish I could remember the exact details.

[lang] ArrayUtils.toPrimitive and NPEs.

2005-10-04 Thread Gary Gregory
Hello: WRT: http://issues.apache.org/bugzilla/show_bug.cgi?id=36915 All of the ArrayUtils.toPrimitive one arg methods all NPE when an input element is null. Why would you want that? We have a handy two arg version of the methods that allows a default value to be passed in. Since primitives *hav

[Jakarta-commons Wiki] Update of "MathWishList" by SamikRaychaudhuri

2005-10-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by SamikRaychaudhuri: http://wiki.apache.org/jakarta-commons/MathWishList --

[Jakarta-commons Wiki] Update of "MathWishList" by SamikRaychaudhuri

2005-10-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by SamikRaychaudhuri: http://wiki.apache.org/jakarta-commons/MathWishList --

DO NOT REPLY [Bug 36878] - [validator] GenericTypeValidator does not accept negative Floats/Doubles

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36916] - [betwixt] Options not digested in MultiMappingBeanInfoDigester

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36916] - Options not digested in MultiMappingBeanInfoDigester

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36916] - Options not digested in MultiMappingBeanInfoDigester

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36916] New: - Options not digested in MultiMappingBeanInfoDigester

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36915] - [lang] change to ArrayUtils.toPrimitive and toObject

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36915] New: - change to ArrayUtils.toPrimitive and toObject

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36913] - [discovery] ClassLoader Problem with AXIS in Servlet Container WebSphere

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36913] New: - ClassLoader Problem with AXIS in Servlet Container WebSphere

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-10-04 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-10-04 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-vfs (in module jakarta-commons) failed

2005-10-04 Thread commons-vfs development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-vfs has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-vfs (in module jakarta-commons) failed

2005-10-04 Thread commons-vfs development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-vfs has an issue affecting its community integration. This issue affects

Re: svn commit: r293110 - /jakarta/commons/proper/cli/trunk/maven.xml

2005-10-04 Thread Dion Gillard
Is there any reason this isn't being done in project.xml. On 10/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: jkeyes > Date: Sun Oct 2 06:27:37 2005 > New Revision: 293110 > > URL: http://svn.apache.org/viewcvs?rev=293110&view=rev > Log: > - added postGoal to test:test-resources to

DO NOT REPLY [Bug 36878] - [validator] GenericTypeValidator does not accept negative Floats/Doubles

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r293561 - /jakarta/commons/proper/validator/trunk/xdocs/changes.xml

2005-10-04 Thread niallp
Author: niallp Date: Tue Oct 4 00:38:51 2005 New Revision: 293561 URL: http://svn.apache.org/viewcvs?rev=293561&view=rev Log: Update the change log. Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml URL: ht

Re: [logging] log4j 1.3 support

2005-10-04 Thread Simon Kitching
On Mon, 2005-10-03 at 21:39 +0200, Joerg Hohwiller wrote: > Actually I just wanted to tease out what Simon meant with the "incompatible" > issue between log4j 1.2.x and 1.3.x I wish I could remember the exact details. If you want them, you could try searching the log4j developers email archive for

DO NOT REPLY [Bug 36878] - GenericTypeValidator does not accept negative Floats/Doubles

2005-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r293556 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericTypeValidator.java

2005-10-04 Thread niallp
Author: niallp Date: Tue Oct 4 00:07:32 2005 New Revision: 293556 URL: http://svn.apache.org/viewcvs?rev=293556&view=rev Log: Fix Bug 36878 - GenericTypeValidator does not accept negative Floats/Doubles, reported by Henning Moll. Modified: jakarta/commons/proper/validator/trunk/src/share/o