cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URI.java

2003-03-04 Thread jericho
jericho 2003/03/04 19:47:25 Modified:httpclient/src/java/org/apache/commons/httpclient URI.java Log: - Fix a bug not to resolve a type of relative URI for "http://a"; and "./current.html" correctly. Reported by Ivar <[EMAIL PROTECTED]> Thank you! Revision ChangesPat

DO NOT REPLY [Bug 17654] New: - EnumUtils nit: The import java.io.Serializable is never used

2003-03-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://nagoya.apache.org/bugzilla/show_bu

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

2003-03-04 Thread rwaldhoff
rwaldhoff2003/03/04 17:12:47 Modified:functor/src/test/org/apache/commons/functor/example FlexiMapExample.java Log: add StringConcatMap example Revision ChangesPath 1.4 +40 -4 jakarta-commons-sandbox/functor/src/test/org/apache/commons/f

[VOTE] Release vote for JXPath 1.1

2003-03-04 Thread Dmitri Plotnikov
I'd like to call for a release vote on JXPath 1.1 . It has been stable for a while, and there are no outstanding bugs against it. All the goals we had initially stated for this release have been met. The release candidate build is at http://jakarta.apache.org/builds/jakarta-commons/release/comm

DO NOT REPLY [Bug 14932] - Lack of examples or documentation

2003-03-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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox/functor/xdocs download.xml

2003-03-04 Thread rwaldhoff
rwaldhoff2003/03/04 16:51:20 Modified:functor/xdocs download.xml Log: update download link Revision ChangesPath 1.3 +8 -1 jakarta-commons-sandbox/functor/xdocs/download.xml Index: download.xml =

cvs commit: jakarta-commons-sandbox/functor project.xml

2003-03-04 Thread rwaldhoff
rwaldhoff2003/03/04 16:16:40 Modified:functor/src/test/org/apache/commons/functor/example FlexiMapExample.java functor project.xml Log: add multimap example Revision ChangesPath 1.3 +119 -25 jakarta-commons-sandbox/functor/

DO NOT REPLY [Bug 17644] - Multiple field elements with same property value not validated

2003-03-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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/core/composite ConditionalBinaryProcedure.java ConditionalUnaryProcedure.java BinaryCompositeBinaryFunction.java ConditionalProcedure.java

2003-03-04 Thread rwaldhoff
rwaldhoff2003/03/04 15:11:15 Modified:functor/src/test/org/apache/commons/functor/core/composite TestTransposedProcedure.java TestTransposedPredicate.java TestConditionalFunction.java TestCond

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/comparator TestIsNotEquivalent.java

2003-03-04 Thread rwaldhoff
rwaldhoff2003/03/04 15:05:25 Modified:functor/src/test/org/apache/commons/functor/core/comparator TestIsNotEquivalent.java Log: scrub import Revision ChangesPath 1.3 +2 -3 jakarta-commons-sandbox/functor/src/test/org/apache/commons/func

[common Workflow] missing goto in CoreRuleSet

2003-03-04 Thread Kelvin_Ho
** Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ** : It sounds like the method addRuleInstances in org.apache

DO NOT REPLY [Bug 17650] - Make Messages pay attention to returnNull setting on wrapped resources

2003-03-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 17650] New: - Make Messages pay attention to returnNull setting on wrapped resources

2003-03-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://nagoya.apache.org/bugzilla/show_bu

Re: [CLI] Version 2.0 - API

2003-03-04 Thread John Keyes
The main points are simplicity and readability. I use the builder almost exclusively in my code, and it makes the code a lot more readable (esp. when formatted). You can just use instances of an Option and the setters, but the various constructors allow you to obfuscate exactly what you are do

Re: [CLI] Version 2.0 - API

2003-03-04 Thread John Keyes
Still, the original poster had a point - isMandatory would typically return a boolean, whereas setMandatory would be used for setting the option. In my code, using CLI 1.0, I've been using isRequired(true) to specify a required option. The true is not necessary, but makes the point that I'm sett

[DBCP] Idle object eviction config for BasicDataSource

2003-03-04 Thread Kris Nuttycombe
Kris Nuttycombe Since Tomcat's JNDI implementation examples use the org.apache.com.dbcp.BasicDataSource, I suspect that a bunch of people have encountered the following problem, as I have: BasicDataSource is not set up to allow overriding of the underlying GenericObjectPool's defaults for time bet

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt TestRSSRoundTrip.java

2003-03-04 Thread rdonkin
rdonkin 2003/03/04 13:48:11 Modified:betwixt/src/java/org/apache/commons/betwixt/io BeanWriter.java betwixt/src/test/org/apache/commons/betwixt TestRSSRoundTrip.java Log: Fixed pretty printing bug i introduced during refa

Re: [CLI] Version 2.0 - API

2003-03-04 Thread Michael Lanzetta
The main points are simplicity and readability. I use the builder almost exclusively in my code, and it makes the code a lot more readable (esp. when formatted). You can just use instances of an Option and the setters, but the various constructors allow you to obfuscate exactly what you are d

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

2003-03-04 Thread rwaldhoff
rwaldhoff2003/03/04 13:33:56 Modified:functor/src/test/org/apache/commons/functor/adapter TestAll.java functor/src/test/org/apache/commons/functor/example TestAll.java Added: functor/src/java/org/apache/commons/functo

DO NOT REPLY [Bug 17644] - Multiple field elements with same property value not validated

2003-03-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 17644] New: - Multiple field elements with same property value not validated

2003-03-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://nagoya.apache.org/bugzilla/show_bu

Re: [CLI] Version 2.0 - API

2003-03-04 Thread David Graham
The builders are to help the building of complex objects in a verbose manner thus eliminating the confusion that arises due to methods with many parameters of similar type. Why can't you just create Option instances and call setters on them to configure them? I guess I'm not seeing the point of t

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils PropertyUtilsBean.java

2003-03-04 Thread rdonkin
rdonkin 2003/03/04 11:30:22 Modified:beanutils/src/java/org/apache/commons/beanutils PropertyUtilsBean.java Log: Improved exception reporting. IllegalArgumentExceptions thrown by method invocation are now caught and rethrown with more information. Suggested b

cvs commit: jakarta-commons/httpclient/src/test-webapp/src/org/apache/commons/httpclient RedirectServlet.java

2003-03-04 Thread olegk
olegk 2003/03/04 10:43:26 Modified:httpclient/src/test-webapp/src/org/apache/commons/httpclient RedirectServlet.java Log: Bug #16416 'Using deprecated class javax.servlet.http.HttpUtils' fix Contributed by Oleg Kalnichevski Revision ChangesPat

Re: [CLI] Version 2.0 - API

2003-03-04 Thread Michael Lanzetta
Still, the original poster had a point - isMandatory would typically return a boolean, whereas setMandatory would be used for setting the option. In my code, using CLI 1.0, I've been using isRequired(true) to specify a required option. The true is not necessary, but makes the point that I'm s

Re: [CLI] Version 2.0 - API

2003-03-04 Thread John Keyes
> > > OptionBuilder.isMandatory() returns an OptionBuilder. Normally "is" > >methods > > > return a boolean. The factory methods in this class (and > >ArgumentBuilder) > > > should probably all start with "create" for clarity (ie. > >createWithChild()). > >Yeah I know what you're saying. What

cvs commit: jakarta-commons-sandbox/messenger/src/webapp/jms - New directory

2003-03-04 Thread jstrachan
jstrachan2003/03/04 02:20:40 jakarta-commons-sandbox/messenger/src/webapp/jms - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/messenger/src/webapp/WEB-INF - New directory

2003-03-04 Thread jstrachan
jstrachan2003/03/04 02:20:39 jakarta-commons-sandbox/messenger/src/webapp/WEB-INF - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/messenger/src/webapp/WEB-INF/src - New directory

2003-03-04 Thread jstrachan
jstrachan2003/03/04 02:20:40 jakarta-commons-sandbox/messenger/src/webapp/WEB-INF/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [CLI] Version 2.0 - API

2003-03-04 Thread John Keyes
On Tue, 2003-03-04 at 01:31, David Graham wrote: > OptionGroup.containsOption(Option) seems redundant. Maybe > OptionGroup.contains(Option) would be better? It also would match the Java > standard collections api. Yeah, I caught that last night, I haven't refactored anything yet, its been get t

Re: [Jelly] [patch] ForEachTag

2003-03-04 Thread James Strachan
Patch applied, thanks Robert. James --- http://radio.weblogs.com/0112098/ - Original Message - From: "Robert McIntosh" <[EMAIL PROTECTED]> To: "Commons" <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 4:17 PM Subject: [Jelly] [patch] ForEachTag > I added a setVarStatus() metho

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core ForEachTag.java

2003-03-04 Thread jstrachan
jstrachan2003/03/04 00:25:31 Modified:jelly/src/java/org/apache/commons/jelly/tags/core ForEachTag.java Log: Applied patch supplied by Robert McIntosh Revision ChangesPath 1.21 +15 -5 jakarta-commons/jelly/src/java/org/apache/commons/jell