cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/validate AssertValidTag.java

2002-11-28 Thread jstrachan
jstrachan2002/11/28 00:35:48 Modified:jelly/src/java/org/apache/commons/jelly JellyException.java jelly/src/java/org/apache/commons/jelly/impl TagScript.java jelly/src/java/org/apache/commons/jelly/tags/xmlunit XMLUnitTagSupport.java

Re: [jelly] enhanced new tag, and maven repo update needed (was cvs commit: jakarta-commons-sandbox/jelly/...)

2002-11-28 Thread James Strachan
From: Rodney Waldhoff [EMAIL PROTECTED] This commit extends the core:new tag slightly to add support for invoking constructors that take arguments (see the commit msg and test cases for details). Great stuff! I was just thinking yesterday of how it'd be nice to be able to easily instantiate

[PATCH] [jelly] new test:assertThrown/ tag

2002-11-28 Thread Wannheden, Knut
Hi, Here is an addition to the Jelly tag library junit. It includes the tag test:assertThrown/ which is used to assert that an exception is thrown by its body. The patch consists of the two attachments patch-java.txt and patch-test.txt. The first includes the class implementing the new tag and

RE: [PATCH] [jelly] new test:assertThrown/ tag

2002-11-28 Thread Wannheden, Knut
Recent changes to the junit tag library (inclusion of line number in error message and modified exception hierarchy) rendered my patch-test.txt invalid. My local copy was not uptodate with the CVS repository. Here is the new patch for the test suite which replaces the old patch. -- knut

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/junit AssertThrownTag.java JUnitTagLibrary.java

2002-11-28 Thread jstrachan
jstrachan2002/11/28 05:16:09 Modified:jelly/src/test/org/apache/commons/jelly/junit suite.jelly jelly/src/java/org/apache/commons/jelly/tags/junit JUnitTagLibrary.java Added: jelly/src/java/org/apache/commons/jelly/tags/junit

cvs commit: jakarta-commons-sandbox/messenger/src/java/org/apache/commons/messenger MessengerSupport.java

2002-11-28 Thread jstrachan
jstrachan2002/11/28 07:01:27 Modified:messenger/src/java/org/apache/commons/messenger MessengerSupport.java Log: Added some extra tracing information for the creation and desctruction of MessageConsumers Revision ChangesPath 1.33 +28 -13

[GUMP] Build Failure - commons-email

2002-11-28 Thread dIon Gillard
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2002-11-28/commons-email.html Buildfile: build-gump.xml jar: [mkdir] Created dir:

[GUMP] Build Failure - commons-jelly

2002-11-28 Thread Stefan Bodewig
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2002-11-28/commons-jelly.html Buildfile: build.xml init: [mkdir] Created dir:

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

2002-11-28 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=14932. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 14932] New: - Lack of examples ordocumentation

2002-11-28 Thread Dmitri Plotnikov
Sure. We absolutely need to update the documentation for the upcoming 1.1 release. I agree that the couple of paragraphs we have on DOM are insufficient documentation. At this point the only place DOM is mentioned specifically is this:

RESEND: [DBCP] PATCH: DelegatingResultSet.java -- need delegate

2002-11-28 Thread Ken Horn
Anyone care to comment / commit? Ken Horn OTC IT Tel: 020 7545 1264 Ken Horn

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp DelegatingResultSet.java

2002-11-28 Thread craigmcc
craigmcc2002/11/28 11:09:37 Modified:dbcp/src/java/org/apache/commons/dbcp DelegatingResultSet.java Log: (Pre-turkey appetizer) Add getDelegate() method to DelegatingResultSet. Submitted by: Ken Horn ken.horn at db.com Revision ChangesPath

Re: RESEND: [DBCP] PATCH: DelegatingResultSet.java -- need delegate

2002-11-28 Thread Craig R. McClanahan
Done. Sorry for the delay. Craig On Thu, 28 Nov 2002, Ken Horn wrote: Date: Thu, 28 Nov 2002 17:21:02 + From: Ken Horn [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: RESEND: [DBCP] PATCH:

Re: [beanutils] how should ConvertUtils.convert(Object value) work...?

2002-11-28 Thread robert burrell donkin
On Thursday, November 21, 2002, at 11:09 PM, Craig R. McClanahan wrote: On Thu, 21 Nov 2002, robert burrell donkin wrote: Date: Thu, 21 Nov 2002 22:32:43 + From: robert burrell donkin [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List commons- [EMAIL PROTECTED] To: Jakarta Commons

[beanutils] BeanUtils.copyProperties support for non-simple properties...?

2002-11-28 Thread robert burrell donkin
the following bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14470 boils down to copyProperty calling setSimpleProperty rather than setProperty. since this is (just) in the java docs, i'm reluctant to change this in case there's a good reason why it was written like this. does anyone