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

2002-12-04 Thread jstrachan
jstrachan2002/12/04 02:02:09 Modified:messenger/src/conf MessengerSpiritWave.xml MessengerJBoss.xml Messenger.xml messenger.dtd MessengerOpenjms.xml MessengerAshna.xml messenger/src/java/org/apache/commons/messenger

[messenger] complete DTD available

2002-12-04 Thread James Strachan
For those who like DTDs to validate their XML documents, I've patched the messenger.dtd file to contain all known properties and flags to configure JMS conections, sessions, producers and consumers. You can take a look at it here...

DO NOT REPLY [Bug 15082] New: - elapsed time formatting utility method

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

DO NOT REPLY [Bug 14470] - Nested properties do not work for bean destination and mapped original

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

collections factory iterator question

2002-12-04 Thread Christian Sonntag
Hello, I would like to wrap an iterator around a factory with help of the commons-collection package but I would need the factory to have execute some tearDown code (closing db connections) after the last element was returned by the iterator. Is it possible to extend ListUtils.LazyList to have

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

2002-12-04 Thread robert burrell donkin
doh! the map can be passed straight into populate. i don't know why i missed this before... - robert On Saturday, November 30, 2002, at 04:39 PM, Craig R. McClanahan wrote: On Thu, 28 Nov 2002, robert burrell donkin wrote: Date: Thu, 28 Nov 2002 20:07:09 + From: robert burrell donkin

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator ValidatorResources.java

2002-12-04 Thread turner
turner 2002/12/04 13:24:01 Modified:validator/src/share/org/apache/commons/validator ValidatorResources.java Log: Fixed bug 14384, refactored code a bit to remove lots of redundent stuff. Thanks to Björn-H. Moritz for suggesting the fix. Revision

DO NOT REPLY [Bug 14384] - ValidatorResources.get-method not working properly

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

Re: [beanutils] ConstructorUtils in beanutils: a bad idea

2002-12-04 Thread Rodney Waldhoff
On Wed, 4 Dec 2002, robert burrell donkin wrote: i really think that lang is the right place for this [ConstructorUtils]. are there any good reasons why it needs to be in beanutils? I disagree that ConstructorUtils belongs in lang, or more accurately, I believe it is a better fit for

Re: Quick question/comment re JXPath

2002-12-04 Thread Dmitri Plotnikov
Joe, Thank you very much for your comments. --- Joseph Kesselman [EMAIL PROTECTED] wrote: Question: Apologies if this is on the website, but I didn't see it if so... Is there a good summary of how the XPath axes are mapped in JXPath? There is no good documentation on the issue. I know, I

Re: [Collections] [SUBMIT] Trie

2002-12-04 Thread Stephen Colebourne
Hi, I've taken a quick look at the code here, and that all looks fine. Unfortunately, I don't really know what I'm looking at! What I mean is that I've never heard of a 'Trie' before, and am thus wondering as to why I would use it, and is it general enough to be in [collections]. In the past we

Re: [configuration] XmlConfiguration

2002-12-04 Thread Kelvin Tan
On Wed, 04 Dec 2002 14:25:10 +0100, Nicola Ken Barozzi said: In the Ant codebase, in the proposals/embed dir, ther is a task that uses jxpath for configuration. JXPath can make use of more things than just XML, and is thus much more flexible, and has xpath support. I'd take a look at that file

Re: [Collections] [SUBMIT] Trie

2002-12-04 Thread Rich Dougherty
I've written an implementation for a trie which I'd like to contribute. I've attached a simple implementation and a test case. I've taken a quick look at the code here, and that all looks fine. Unfortunately, I don't really know what I'm looking at! What I mean is that I've never heard of

Re: [configuration] XmlConfiguration

2002-12-04 Thread Martin Poeschl
Kelvin Tan wrote: I've noticed XmlConfiguration to be unimplemented for awhile now. Is there any intention to do something about it? I have a basic implementation using dom4j and am willing to contribute it if someone's interested... could you please send the code? ;-) martin