cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/util BinarySearch.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:19:56 Modified:functor/src/test/org/apache/commons/functor/util TestBinarySearch.java functor/src/java/org/apache/commons/functor/util BinarySearch.java Log: fix bug, add test, add todo

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/util BinarySearch.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:26:50 Modified:functor/src/test/org/apache/commons/functor/util TestBinarySearch.java functor/src/java/org/apache/commons/functor/util BinarySearch.java Log: return int instead of Integer

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/two - New directory

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:30:11 jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/two - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata TestAll.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:30:24 Modified:functor/src/test/org/apache/commons/functor/example/kata TestAll.java Added: functor/src/test/org/apache/commons/functor/example/kata/two FunctoredChop.java BinaryChop.java

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/util BinarySearch.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:32:18 Modified:functor/src/java/org/apache/commons/functor/util BinarySearch.java Log: cleanup Revision ChangesPath 1.4 +15 -17

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/util BinarySearch.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:32:54 Modified:functor/src/java/org/apache/commons/functor/util BinarySearch.java Log: cleanup Revision ChangesPath 1.5 +2 -1

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/util BinarySearch.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:33:48 Modified:functor/src/java/org/apache/commons/functor/util BinarySearch.java Log: resuse constructor Revision ChangesPath 1.6 +7 -6

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/util BinarySearch.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:43:41 Modified:functor/src/java/org/apache/commons/functor/util BinarySearch.java Log: cleanup Revision ChangesPath 1.7 +13 -9

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/two TestBinaryChop.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/11/30 23:46:13 Modified:functor/src/test/org/apache/commons/functor/example/kata/two TestBinaryChop.java Log: don't assume compareTo returns -1 or 1 Revision ChangesPath 1.2 +17 -22

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/two TestBinaryChop.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 00:27:54 Modified:functor/src/test/org/apache/commons/functor/example/kata/two TestBinaryChop.java Log: more examples, more tests Revision ChangesPath 1.3 +72 -6

RE: [general] CVS import

2003-12-01 Thread Ojares Rami EINT
With import you make vendor branches. Is this what you want or a normal branch? Vendor branches is ment for tracking 3rd party sources. And they do appear in the HEAD unless the main trunk already contains the files modified. For normal branches you have to use tag command. See Cederqvist chapter

vfs request for addition

2003-12-01 Thread Michele Laghi
Hi, I would like to use sftp but I need to pass properties to the JSch session. I think the right place to do that would be to add a method protected void SftpFileSystem.prepareSession(Session); and invoke this in SftpFileSystem.getChannel() before session.connect(); Could you add this to the

[beanutils] Dynabeans

2003-12-01 Thread Henri Yandell
I was playing with DynaBeans recently but couldn't find any faster way to create a DynaBean than: DynaClass dc = new BasicDynaClass( SomeNameBean, BasicDynaBean.class, new DynaProperty[] { new DynaProperty(property) } ); DynaBean seeker

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor TestAll.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 08:40:11 Modified:functor/src/test/org/apache/commons/functor/example/kata/two TestBinaryChop.java functor/src/test/org/apache/commons/functor TestAll.java Removed: functor/src/java/org/apache/commons/functor/util

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor RecursiveFunction.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 08:43:12 Removed: functor/src/java/org/apache/commons/functor RecursiveFunction.java Log: removing abstract base class RecursiveFunction, it's not used here, it only adds a convience method for Algorithms.recurse, and adds conceptual

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/two FunctoredChop.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 08:44:22 Removed: functor/src/test/org/apache/commons/functor/example/kata/two FunctoredChop.java Log: remove unused FunctoredChop - To unsubscribe, e-mail: [EMAIL

[HiveMind] OT: OSI

2003-12-01 Thread Vic Cekvenich
Eclipse goes servies as of Nov. 25th: http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/equinox-home/alternateRuntimes/adoption.html Also related, this is very, very nice features: http://oscar-osgi.sourceforge.net I wish some of it was in HiveMind. SOA is next big thing! .V

Re: [DbUtils]Making the BeanHandler... Even Smarter

2003-12-01 Thread Juozas Baliuka
We can add handlers,converters, tools to contributed directory, feature will be moved to src if community will find it usefull, DbUtils can become a framework this way, it is not a major problem if community needs it, but new dependancies are. I propose to discuss about repository in DbUtils

Re: [collections] [lang] Req: Trie/ternary tree data structure

2003-12-01 Thread Stephen Colebourne
The subject of Tries has come up before, it'll all be on the archives. I think there even may have been an implementation floating around. At the time I blocked its addition to collections because it strikes me as a relatively specific collection. My view basically remains that - collections is

Re: [collections] MapUtils.getXxx() return types

2003-12-01 Thread Stephen Colebourne
This is a very old class in [collections] and pre-dates me. I would probably oppose adding these methods now. However, now that we have them, I would support having the primitive methods as you propose. I would only add the full signature version (with default). That way the method name can just

Re: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread Paul Libbrecht
I fear there's very large deadlines somewhere along the the delivery of the CLA and the user-creation. My vote got in about a week before and I still have no news. Paul Stephen Colebourne wrote: Please can you create a new account for Neil. You should have received a committers agreement.

RE: [lang] StringUtils.subarray v/s subArray

2003-12-01 Thread ASHWIN Suresh
Guess I'll do it :-) Ash -Original Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 20:37 To: Jakarta Commons Developers List Subject: Re: [lang] StringUtils.subarray v/s subArray Sounds like subarray has more backing. Anyone want to

Re: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread __matthewHawthorne
It took about 2 weeks for my account to get created. The entire process seems to be a bit disjointed, and I remember there being a proposal for a web application to make it easier for those in power to easily create accounts. They asked for some committers to volunteer. I can't find it in

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/two EiffelStyleLoop.java TestBinaryChop.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 13:14:47 Modified:functor/src/test/org/apache/commons/functor/example/kata/two TestBinaryChop.java Added: functor/src/test/org/apache/commons/functor/example/kata/two EiffelStyleLoop.java Log: more kata two

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor TestAlgorithms.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 13:51:47 Modified:functor/src/test/org/apache/commons/functor/core/comparator TestIsGreaterThan.java TestIsEquivalent.java TestIsNotEquivalent.java TestIsLessThanOrEqual.java TestIsLessThan.java

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/one SupermarketPricingExample.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 14:01:15 Modified:functor/src/test/org/apache/commons/functor/example/kata/one SupermarketPricingExample.java Log: add comments Revision ChangesPath 1.2 +18 -2

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/buffer package.html

2003-12-01 Thread scolebourne
scolebourne2003/12/01 14:05:14 Modified:collections/src/java/org/apache/commons/collections/buffer package.html Log: Update package overview to reflect class move Revision ChangesPath 1.2 +4 -0

cvs commit: jakarta-commons/collections/data/test HashedMap.emptyCollection.version3.obj HashedMap.fullCollection.version3.obj

2003-12-01 Thread scolebourne
scolebourne2003/12/01 14:36:57 Added: collections/data/test HashedMap.emptyCollection.version3.obj HashedMap.fullCollection.version3.obj Log: Serialisation data for tests Revision ChangesPath 1.1

cvs commit: jakarta-commons/collections .cvsignore

2003-12-01 Thread scolebourne
scolebourne2003/12/01 14:37:08 Modified:collections .cvsignore Log: More things to ignore Revision ChangesPath 1.7 +1 -0 jakarta-commons/collections/.cvsignore Index: .cvsignore === RCS

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

2003-12-01 Thread scolebourne
scolebourne2003/12/01 14:49:01 Modified:collections/src/test/org/apache/commons/collections/iterators AbstractTestOrderedMapIterator.java AbstractTestMapIterator.java TestUnmodifiableOrderedMapIterator.java

[collections] NegatingPredicate

2003-12-01 Thread Keith Bennett
When using the Predicate interface, I thought it would be useful to be able to negate a predicate rather than writing a new one with the opposite behavior. Soon afterwards, I encountered a real need for such a thing, so I wrote it. If you think this would be useful to add to the library (as I do

RE: FW: [collections] MapUtils.getXxx() return types

2003-12-01 Thread Ash ..
I would only add the full signature version (with default). That way the method name can just be getDouble(). But that would provoke the question if I want to retrieve a primitive without specifying a default, why should I have to mention a default (even 0) everytime?? I would propose we

RE: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread Noel J. Bergman
Paul Libbrecht wrote: My vote got in about a week before and I still have no news. Have someone (re-)submit a request to root, cc'ing [EMAIL PROTECTED], and including details of the vote. One thing that can happen is that people submit the request before the CLA is recorded. Getting it out of

Re: [collections] NegatingPredicate

2003-12-01 Thread Stephen Colebourne
On the CVS you will find a whole package full of predicate implementations, including this one - NotPredicate. Also accessible through PredicateUtils. Still working towards a release Stephen - Original Message - From: Keith Bennett [EMAIL PROTECTED] When using the Predicate

AMap name

2003-12-01 Thread ASHWIN Suresh
-Original Message- From: Michael Heuer [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 22:56 To: Jakarta Commons Developers List Might the name IterateableMap or IteratableMap (the proper spelling alludes me) be more descriptive than AMap? michael Going by the

Re: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread robert burrell donkin
hi noel is there any way that people can find out when a CLA has been received? (as opposed to just sent.) what's the best practice? (i've been updating the jakarta website which give details of the procedure, i'll update it with the answer.) - robert On 1 Dec 2003, at 23:12, Noel J.

[collections] Functors: why in commons.collections and not commons.lang?

2003-12-01 Thread Keith Bennett
I understand that Functor interfaces (Factory, Predicate, Closure, Transformer) are used by classes in the collections library, and need to be accessible by that library. However, I believe these interfaces are universally useful in cases having nothing to do with collections. It's too bad

RE: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread Noel J. Bergman
robert burrell donkin asked: is there any way that people can find out when a CLA has been received? (as opposed to just sent.) The list is kept in CVS, accessible by any ASF Member of which Jakarta has more than a few. That will be as up-to-date as possible. Others can check

RE: [collections] Functors: why in commons.collections and not co mmons.lang?

2003-12-01 Thread Gary Gregory
There are two issues here: (1) where is the best place for functor things to live in and (2) some folks are allergic ;-) to some projects depending on each other. Gary -Original Message- From: Keith Bennett [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 15:24 To: [EMAIL

Re: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread robert burrell donkin
On 1 Dec 2003, at 23:33, Noel J. Bergman wrote: robert burrell donkin asked: is there any way that people can find out when a CLA has been received? (as opposed to just sent.) The list is kept in CVS, accessible by any ASF Member of which Jakarta has more than a few. That will be as up-to-date

Re: [collections] Functors: why in commons.collections and not commons.lang?

2003-12-01 Thread Stephen Colebourne
Yes, there have been many proposals to place them in [lang], but it didn't work out. (and I'm fine by that). One key reason is that the [collections] functors are actually quite limited in scope and are really quite tied to collections. The full implementation of functors is a project in itself -

RE: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread Noel J. Bergman
Robert, Well, it isn't as if the PMC has a shortage of ASF Members who can check. :-) Although it is clearly a non-optimal solution. if [a workflow webapp] doesn't seem like materializing, probably the general list would be a good place to find a volunteer. Cliff posted the request to

Re: [collections] AMap/IterableMap name

2003-12-01 Thread Stephen Colebourne
AMap is a new interface that extends Map to provide one extra method MapIterator mapIterator() I can think of various possible names: Map2 - follows Sun naming standards for replacing interfaces MapA - similar idea, but doesn't clash if Sun ever creates Map2 AMap - similar idea but reversed

Re: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread J.Pietschmann
robert burrell donkin wrote: if it doesn't seem like materializing, probably the general list would be a good place to find a volunteer. Is already in the works. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread robert burrell donkin
On 1 Dec 2003, at 23:50, Noel J. Bergman wrote: Robert, Well, it isn't as if the PMC has a shortage of ASF Members who can check. :-) Although it is clearly a non-optimal solution. the jakarta pmc has quite a shortage of ASF members who are active on the pmc list. (i hope that you'll remember

Re: [collections] AMap/IterableMap name

2003-12-01 Thread __matthewHawthorne
Stephen Colebourne wrote: I can think of various possible names: Map2 - follows Sun naming standards for replacing interfaces MapA - similar idea, but doesn't clash if Sun ever creates Map2 AMap - similar idea but reversed (A is for Apache) IMap - similar idea, but I is for interface

RE: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread Noel J. Bergman
robert burrell donkin wrote: Noel J. Bergman wrote: Well, it isn't as if the PMC has a shortage of ASF Members who can check. :-) Although it is clearly a non-optimal solution. the jakarta pmc has quite a shortage of ASF members who are active on the pmc list. (i hope that you'll

RE: [VOTE][RESULT] New committer - Neil O'Toole

2003-12-01 Thread Noel J. Bergman
J.Pietschmann wrote: robert burrell donkin wrote: if it doesn't seem like materializing, probably the general list would be a good place to find a volunteer. Is already in the works. Yup. You said that you hoped to have something by year end. :-) --- Noel

Re: [collections] AMap/IterableMap name

2003-12-01 Thread Michael Heuer
On Tue, 2 Dec 2003, Stephen Colebourne wrote: AMap is a new interface that extends Map to provide one extra method MapIterator mapIterator() I can think of various possible names: Map2 - follows Sun naming standards for replacing interfaces MapA - similar idea, but doesn't clash if Sun

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

2003-12-01 Thread scolebourne
scolebourne2003/12/01 16:37:11 Modified:collections/src/java/org/apache/commons/collections/map HashedMap.java Log: Fix method scopes Fix bug in HashEntry Revision ChangesPath 1.3 +8 -10

[collections] Race condition

2003-12-01 Thread Stephen Colebourne
Sadly there seems to be a race condition in one of the new classes/tests There was 1 failure: 1) testMapIteratorSet(TestFlat3Map.bulkTestMapIterator.testMapIteratorSet) junit.framework.AssertionFailedError: Map must not contain old value expected:false but was:true at

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

2003-12-01 Thread scolebourne
scolebourne2003/12/01 16:44:13 Modified:collections/src/test/org/apache/commons/collections/map TestAll.java Log: Comment out tests that fail for the moment - race condition Revision ChangesPath 1.5 +4 -3

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/four - New directory

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 17:01:57 jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/four - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata TestAll.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 17:01:59 Modified:functor/src/java/org/apache/commons/functor/generator Generator.java BaseGenerator.java functor/src/test/org/apache/commons/functor/example/kata TestAll.java Added:

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/four BaseDataMunger.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 17:03:23 Modified:functor/src/test/org/apache/commons/functor/example/kata/four BaseDataMunger.java Log: simplify slightly Revision ChangesPath 1.2 +3 -7

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/four DataMunger.java TestSoccer.java TestWeather.java Weather.java BaseDataMunger.java Soccer.java

2003-12-01 Thread rwaldhoff
rwaldhoff2003/12/01 17:12:07 Modified:functor/src/test/org/apache/commons/functor/example/kata/four TestSoccer.java TestWeather.java Added: functor/src/test/org/apache/commons/functor/example/kata/four DataMunger.java Removed:

Re: [DbUtils]Making the BeanHandler... Even Smarter

2003-12-01 Thread David Graham
--- Corby Page [EMAIL PROTECTED] wrote: Hmmm... I'm curious what the use case contexts are that people are using DbUtils in. I'll give you mine: I am working in an enterprise development environment where application developers are far removed from the DBA's that maintain the legacy

Re: [DbUtils]Making the BeanHandler... Even Smarter

2003-12-01 Thread Juozas Baliuka
- Original Message - From: David Graham [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 5:46 AM Subject: Re: [DbUtils]Making the BeanHandler... Even Smarter --- Corby Page [EMAIL PROTECTED] wrote: Hmmm... I'm curious what the

RE: DO NOT REPLY [Bug 24352] - NLTM Proxy and basic host authorization

2003-12-01 Thread Oleg Kalnichevski
What's up, folks? I have never seen HttpClient mailing list so quiet for so long. The last week was REALLY rough. I had some really miserable time at work. But with my project (the one that helps pay my bills) finally back on track, I can finally turn my attention to HttpClient development. As of

Re: DO NOT REPLY [Bug 24352] - NLTM Proxy and basic host authorization

2003-12-01 Thread Michael Becke
Hi Oleg, Yes, it was pretty quiet this last week. My reason, and probably that of others in the US, is that Thursday was Thanksgiving. Most businesses are closed the Thursday and Friday of Thanksgiving, and many people travel. I was fortunate enough to avoid the traveling masses but was

Re: DO NOT REPLY [Bug 24352] - NLTM Proxy and basic host authorization

2003-12-01 Thread Eric Johnson
Oleg, You're discarding the possibility that HttpClient is approaching perfection, and doesn't need much in the way of email commentary, because it works so well. Ah, er, sorry, I just had to day-dream for a moment there. -Eric. Oleg Kalnichevski wrote: What's up, folks? I have never seen