cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestMapUtils.java

2004-12-11 Thread neilotoole
neilotoole2004/12/10 22:26:14 Modified:collections/src/java/org/apache/commons/collections MapUtils.java collections/src/test/org/apache/commons/collections TestMapUtils.java Log: Added new convenience method to

ActionForm in Struts cannot implement Map due to bean utils?

2004-12-11 Thread Dakota Jack
Perhaps I should be clearer on this. I would like to have an ActionForm implement Map, but when I do this, it chokes as follows. I would like to change this. I am not sure whether the place to do this is the request processor in Struts or the implementation in commons beanutils. I do know that

Re: [logging] Enterprise Common Logging... dare we say 2.0?

2004-12-11 Thread Paulo Gaspar
Hi Noel, I don't think we are discounting the value of the original proposal but simply questioning if it should be implemented exactly as proposed - a process you should be familiar with since it is quite common about proposals presented at Apache projects. We are simply trying to tune the

cvs commit: jakarta-commons/transaction/src/conf MANIFEST.MF

2004-12-11 Thread ozeigermann
ozeigermann2004/12/11 08:36:25 Modified:transaction build.xml Added: transaction/src/conf MANIFEST.MF Log: Extended build to have license and notice file in jar Revision ChangesPath 1.6 +28 -8 jakarta-commons/transaction/build.xml Index: build.xml

RE: [logging] Enterprise Common Logging... dare we say 2.0?

2004-12-11 Thread David Graham
What you're seeing is the natural result of design conversations held outside of the mailing list. No one here had the benefit of participating in the localized logging design so naturally we're asking questions and making suggestions. Additionally, it might have helped all of us if the

RE: [logging] Enterprise Common Logging... dare we say 2.0?

2004-12-11 Thread Simon Kitching
On Sun, 2004-12-12 at 08:04, David Graham wrote: What you're seeing is the natural result of design conversations held outside of the mailing list. No one here had the benefit of participating in the localized logging design so naturally we're asking questions and making suggestions.

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/ssl - New directory

2004-12-11 Thread olegk
olegk 2004/12/11 14:28:19 jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/ssl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/httpclient build.xml

2004-12-11 Thread olegk
olegk 2004/12/11 14:38:35 Modified:httpclient build.xml Log: * SSL support for the SimpleHttpServer and SimpleProxy * SSL tunneling test cases Contributed by Oleg Kalnichevski Revision ChangesPath 1.35 +5 -2 jakarta-commons/httpclient/build.xml

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/ssl SimpleSSLSocketFactory.java SimpleSSLTestProtocolSocketFactory.java simpleserver.keystore

2004-12-11 Thread olegk
olegk 2004/12/11 14:35:26 Modified:httpclient/src/test/org/apache/commons/httpclient TestProxy.java httpclient/src/test/org/apache/commons/httpclient/server ProxyRequestHandler.java SimpleHttpServer.java

DO NOT REPLY [Bug 32653] New: - Beans and Maps mixed up in PropertyUtils.

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

DO NOT REPLY [Bug 32653] - Beans and Maps mixed up in PropertyUtils.

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

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections ListUtils.java

2004-12-11 Thread neilotoole
neilotoole2004/12/10 22:22:58 Modified:collections/src/java/org/apache/commons/collections ListUtils.java Log: Added new methods: #retainAll(Collection, Collection) #removeAll(Collection, Collection) #unmodifiableListCopy(Collection) Revision

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestListUtils.java

2004-12-11 Thread neilotoole
neilotoole2004/12/10 22:24:10 Modified:collections/src/test/org/apache/commons/collections TestListUtils.java Log: Added test cases for new methods in ListUtils #retainAll(Collection, Collection) #removeAll(Collection, Collection)

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestCollectionUtils.java

2004-12-11 Thread neilotoole
neilotoole2004/12/10 22:30:38 Modified:collections/src/java/org/apache/commons/collections CollectionUtils.java collections/src/test/org/apache/commons/collections TestCollectionUtils.java Log: Added new methods to

[collections] added #unmodifiableXXXCopy and static #removeAll, #retainAll implementations

2004-12-11 Thread Neil O'Toole
I've just committed a few utility/convenience methods as below: ListUtils: List removeAll(Collection collection, Collection remove) public static List retainAll(Collection collection, Collection retain) public static List unmodifiableListCopy(Collection collection) CollectionUtils: Same as

[GUMP@brutus]: Project commons-jelly-tags-jsl (in module jelly-tags) failed

2004-12-11 Thread Morgan Delagrange
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-tags-jsl has an issue affecting its community integration. This

Re: [transaction][VOTE] Release 1.0 final

2004-12-11 Thread Oliver Zeigermann
Should be fixed now! Oliver On Fri, 10 Dec 2004 17:45:23 -, Stephen Colebourne [EMAIL PROTECTED] wrote: -1 . The jar file in the binary needs to contain the LICENSE.txt and NOTICE.txt Then my vote changes to +1 ;-) Stephen - Original Message - From: Oliver