[HttpClient] HttpMultiClient vs. HttpClient

2002-06-09 Thread Svante Kleist
Dear all, Recent discussions on this list have made me wonder whether "HttpClient" is about to become obsolete. Should one use "HttpMultiClient" instead, regardless if multiple connections will be used or not? Thanks for any tips. Svante Kleist, NEMESIS systemDesign, Stockholm -- To unsub

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

2002-06-09 Thread mas
mas 2002/06/09 22:33:53 Modified:collections/src/java/org/apache/commons/collections/comparators NullComparator.java Log: Fixed typo. Revision ChangesPath 1.2 +2 -2 jakarta-commons/collections/src/java/org/apache/commons/collection

cvs commit: jakarta-commons/jxpath build.xml

2002-06-09 Thread dmitri
dmitri 2002/06/09 18:58:19 Modified:jxpath build.xml Log: Beta 2 release Revision ChangesPath 1.9 +2 -2 jakarta-commons/jxpath/build.xml Index: build.xml === RCS file: /home/cvs/jakart

cvs commit: jakarta-commons/jxpath STATUS.html

2002-06-09 Thread dmitri
dmitri 2002/06/09 18:57:50 Modified:jxpath STATUS.html Log: Beta 2 release Revision ChangesPath 1.4 +15 -36jakarta-commons/jxpath/STATUS.html Index: STATUS.html === RCS file: /home/cvs/

[ANNOUNCEMENT] JXPath 1.0 Beta 2 released

2002-06-09 Thread Dmitri Plotnikov
JXPath 1.0 Beta 2 has been released. JXPath is a component of Jakarta Commons. JXPath is an interpreter of the XPath expression language. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Collections, arrays, Maps, Servlet contexts, DOM etc, including mixtures thereo

[PATCH] BETWIXT A lot of fixes...

2002-06-09 Thread Martin van den Bemt
Hi everyone, Fixed/Changed the following things : - Indention The indention didn't work the way it supposed to. If you set the indention level to eg 2 spaces, it would add 4 spaces. Since the defaultbehaviour of prettyPrint() was 4 spaces, I made sure that it still works that way. If I know call

DO NOT REPLY [Bug 8913] - performing get(Object) operations inside of an iteration produces an infinite loop

2002-06-09 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://nagoya.apache.org/bugzilla/show_bu

Re: [betwixt] beanutils dependency and other stuff

2002-06-09 Thread Martin van den Bemt
A patch is still coming.. Now finishing up the testcases for it and you will receive the patches soon. It will fix a lot of issues I had/found in betwixt (not necessarily bugs btw..) Mvgr, Martin On Sun, 2002-06-09 at 23:29, robert burrell donkin wrote: > hi james > > the new mavenized build is

[betwixt] beanutils dependency and other stuff

2002-06-09 Thread robert burrell donkin
hi james the new mavenized build is very cool. at the moment we're listed as depending on a nightly build for beanutils. any objections if i see if we can replace this with the latest beanutils release? i should have time this week to look at adding some more documentation etc. but i'll pro

Re: [CLI] Usage Documentation

2002-06-09 Thread John Keyes
> Anyhow, John, thanks for the work on the docs. I'll take a look at > them, but I'm sure they're darn good. ;) My technical writing skills are novice at best, I'm in need of a darn good editor... 8^) -John K -- To unsubscribe, e-mail: For additional commands, e-m

RE: [PATCH][Collections] New testing framework, patch #1

2002-06-09 Thread Jack, Paul
> You've put a lot of work into getting these tests up and > running, and it > has exposed some problems with existing implementations, so your work > isn't without merit. In fact, I'm inclined to commit it, I would just > rather see something that utilizes JUnit's TestSuite (by subclass > proba

Re: [CLI] Usage Documentation

2002-06-09 Thread bob mcwhirter
> I've knocked together a small piece of doc on the basic > usage of CLI. Cool! I think we got you enough votes for commit access. Have we decided to allow John to commit directly to commons-sandbox, or do we need to move CLI to normal jakarta-commons first? Anyhow, John, thanks for the wo

[CLI] Usage Documentation

2002-06-09 Thread John Keyes
I've knocked together a small piece of doc on the basic usage of CLI. I think that if we are aiming for a 1.0 release soon we should have some user documentation in place. To read the doc, drop it into the xdocs directory and run 'ant maven:site'. I think based upon the vote, I have been accept

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/comparators TestNullComparator.java TestComparator.java

2002-06-09 Thread mas
mas 2002/06/09 12:23:53 Modified:collections/src/test/org/apache/commons/collections TestAll.java collections/src/test/org/apache/commons/collections/comparators TestComparator.java Added: collections/data/test N

Re: [PATCH][Collections] New testing framework, patch #1

2002-06-09 Thread Michael A. Smith
Sorry its taken so long to review your patches. Now that I've had the chance, I wish I was able to take a look sooner. On Thu, 30 May 2002, Jack, Paul wrote: > Okay, so the goal was to be able to modularize the > tests in such a way that objects that return a collection > or map could have th

Re: DBCP validation query: how to use?

2002-06-09 Thread Bryan Field-Elliot
That's the missing link, thank you! On my GenericObjectPool I have to call setTestOnBorrow(true) right after creating it. I assumed (obviously incorrectly) that if my PoolableConnectionFactory had a validationQuery, then it would complete the plumbing in the other parts of the system as necessary

[GUMP] Build Failure - commons-fileupload

2002-06-09 Thread John McNally
This email is autogenerated from the output from: Buildfile: build.xml BUILD FAILED Target `dist' does not exist in

[GUMP] Build Failure - commons-cli

2002-06-09 Thread James Strachan
This email is autogenerated from the output from: Buildfile: build-gump.xml jar: [mkdir] Created dir: /home/rubys/jaka

[GUMP] Build Failure - commons-messenger

2002-06-09 Thread James Strachan
This email is autogenerated from the output from: Buildfile: build-gump.xml jar: [mkdir] Created dir: /home/rub

Re: DBCP validation query: how to use?

2002-06-09 Thread Juozas Baliuka
It is code in GenericObjectPool. "_testOnBorrow" must be set to true. Sorry, but I dont know how to set it in DBCP, I believe somebody more competent will respond to your message. .. if( _testOnBorrow && !_factory.validateObject(pair.value)) { try {

Re: DBCP validation query: how to use?

2002-06-09 Thread Bryan Field-Elliot
Thanks, Actually the problem is in my code, there should not be any nulls at all in the String I'm trying to insert. It's supposed to be a normal human-readable string. But talking about DBCP again -- how do I enable "ping" in configuration of DBCP? I'm looking at the source code for DBCP, and

cvs commit: jakarta-commons-sandbox/simplestore/src/test/org/apache/commons/simplestore TestEnhancer.java TestSample.java

2002-06-09 Thread baliuka
baliuka 2002/06/09 01:01:31 Modified:simplestore build.properties.sample build.xml simplestore/src/java/org/apache/commons/simplestore/cache/impl SoftRefMemoryCache.java simplestore/src/java/org/apache/commons/simplestore/persistence

Re: DBCP validation query: how to use?

2002-06-09 Thread Juozas Baliuka
Hi, I think you need to enable "ping" in configuration. But you can solve this in postgres : 1. use BYTEA type for bynary strings. 2. check the last driver version, I am not sure it is fixed in the last versoin, but it is no problems to fix it, driver is open source. Current "STABLE" version has