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

2002-06-08 Thread jstrachan
jstrachan2002/06/07 23:42:00 Added: collections/src/java/org/apache/commons/collections/comparators TransformingComparator.java Log: Added Jonathan Carlson's patch for a Comparator that uses a Transformer Revision ChangesPath 1.1

Re: [Collections] TransformingComparator

2002-06-08 Thread James Strachan
Hi Jonathan Nice idea! I've committed it to CVS in the 'comparators' package. Maybe the code could be refactored into a new ComparatorUtils later on. From: Jonathan Carlson [EMAIL PROTECTED] I also have a generic ReflectingTransformer that I wrote, which, when coupled with the attached

Re: [Latka] Setting a cookie

2002-06-08 Thread Jeff Turner
On Fri, Jun 07, 2002 at 10:31:43AM +1000, Glen Stampoultzis wrote: Is it possible to set a cookie using latka? If not could someone point me to how to extend latka to allow this? It looks like the session element ought to support a nested cookie element. At least there's an addCookie() method

[GUMP] Build Failure - commons-fileupload

2002-06-08 Thread John McNally
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-06-08/commons-fileupload.html Buildfile: build.xml BUILD FAILED Target `dist' does not exist in

[GUMP] Build Failure - commons-messenger

2002-06-08 Thread James Strachan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-06-08/commons-messenger.html Buildfile: build-gump.xml jar: [mkdir] Created dir:

[GUMP] Build Failure - commons-cli

2002-06-08 Thread James Strachan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-06-08/commons-cli.html Buildfile: build-gump.xml jar: [mkdir] Created dir:

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/util - New directory

2002-06-08 Thread jstrachan
jstrachan2002/06/08 09:43:54 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/util - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/util XMLDoclet.java

2002-06-08 Thread jstrachan
jstrachan2002/06/08 09:43:59 Added: jelly/src/java/org/apache/commons/jelly/util XMLDoclet.java Log: Added a patched version of Alexandria's XMLDoclet which we'll use to autogenerate the taglib documentation, using Jelly. Revision ChangesPath 1.1

cvs commit: jakarta-commons-sandbox/jelly build.xml

2002-06-08 Thread jstrachan
jstrachan2002/06/08 09:45:10 Modified:jellybuild.xml Log: Added a patched version of Alexandria's XMLDoclet which we'll use to autogenerate the taglib documentation, using Jelly. Revision ChangesPath 1.39 +17 -2 jakarta-commons-sandbox/jelly/build.xml

Re: [Collections] ComparableComparator - nulls OK

2002-06-08 Thread Stephen Colebourne
I too like the ComparatorUtils concept outlined below. However, we might want to consider whether the method names are nullFirst(Comparator) or nullFirstComparator(Comparator) etc. I raise this because PredicateUtils uses the latter at the moment, and it would be nice to be consistent (we could

DO NOT REPLY [Bug 9719] New: - Minor problems in SequencedHashMap and LRUMap

2002-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9719. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[Collections] PredicateUtils and PredicateCollections

2002-06-08 Thread Stephen Colebourne
Hi, I have split the current PredicateUtils class in two as follows: PredicateUtils - the predicate implementations (more added) PredicateCollections - the validating predicate based wrapper collections Could a committer please advise on whether this split is acceptable? I'm concerned to get

[Collections][SUBMIT] TreeNode and friends

2002-06-08 Thread Stephen Colebourne
Hi, I have completed the updates proposed in the last discussion on trees. The tree node code now contains: TreeNode - a simple list based tree node interface ArrayTreeNode - an implementation based on ArrayList TreeUtils - a group of useful utilities for managing trees TestArrayTreeNode - a test

[PATCH][Collections] New collections testing framework, attempt #3

2002-06-08 Thread Jack, Paul
Okay, this is a cumulative patch; it includes the previous two. The point of this patch is that TestMap is now hardcore. It fully tests its collection views, by running through the tests defined in TestSet and TestCollection on keySet(), entrySet() and values(). It also fully tests that

cvs commit: jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri InfoSetUtil.java

2002-06-08 Thread dmitri
dmitri 2002/06/08 15:43:15 Modified:jxpath/src/java/org/apache/commons/jxpath/ri InfoSetUtil.java Log: Fixed number-string conversion Revision ChangesPath 1.2 +10 -5

cvs commit: jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri/axes RootContext.java

2002-06-08 Thread dmitri
dmitri 2002/06/08 15:45:25 Modified:jxpath/src/java/org/apache/commons/jxpath/ri/axes RootContext.java Log: Fixed pointer wrapping bug Revision ChangesPath 1.8 +11 -5

cvs commit: jakarta-commons/jxpath/src/java/org/apache/commons/jxpath XMLDocumentContainer.java

2002-06-08 Thread dmitri
dmitri 2002/06/08 15:46:12 Modified:jxpath/src/java/org/apache/commons/jxpath XMLDocumentContainer.java Log: Now using parser APIs instead of transformer Revision ChangesPath 1.5 +19 -9

cvs commit: jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri JXPathCompiledExpression.java

2002-06-08 Thread dmitri
dmitri 2002/06/08 18:58:42 Modified:jxpath project.xml project.properties build-maven.xml jxpath/src/test/org/apache/commons/jxpath JXPathTestCase.java jxpath/src/java/org/apache/commons/jxpath/ri

DO NOT REPLY [Bug 9433] - buffer under/overrun on Strings.strip, stripStart stripEnd

2002-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9433. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DBCP validation query: how to use?

2002-06-08 Thread Bryan Field-Elliot
I'm using the latest DBCP release to create a Datasource as follows, against a PostgreSQL database: Class.forName(org.postgresql.Driver); ObjectPool connectionPool = new GenericObjectPool(null); ConnectionFactory