DO NOT REPLY [Bug 31446] - Proposal for a set of new ResultSetHandlers.

2004-09-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31446] - Proposal for a set of new ResultSetHandlers.

2004-09-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31446] New: - Proposal for a set of new ResultSetHandlers.

2004-09-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31444] - New CollectionUtils feature and tests: chooseRandomElement from collection

2004-09-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31444] - New CollectionUtils feature and tests: chooseRandomElement from collection

2004-09-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31444] New: - New CollectionUtils feature and tests: chooseRandomElement from collection

2004-09-27 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://issues.apache.org/bugzilla/show_bu

RE: [jelly] should caching be configurable ?

2004-09-27 Thread Hans Gilde
Here's the memory "leak" that was fixed by nulling out the component. It's not so much of a leak as a "holding on to references that should be available to the GC": I might want to build several instances of a JFrame from the same Jelly script. But, I may not. I may simply keep that Script around

RE: [jelly][swing] reloadable component ?

2004-09-27 Thread Hans Gilde
You have an existing JFrame and you want to change its contents (I think) based on XML. That JFrame contains a content panel. You can construct a panel using Jelly XML. Set the var attribute on the panel like this . The Jelly script would look like this: That panel is now set into t

[jira] Commented: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-09-27 Thread commons-dev
The following comment has been added to this issue: Author: Hans Gilde Created: Mon, 27 Sep 2004 4:20 PM Body: Paul, we can test for the leak in the unit test. We 1) force finalizers and GC, 2) sample the memory used, 3) compile/execute a script several times, 4) null all referen

[jira] Commented: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-09-27 Thread commons-dev
The following comment has been added to this issue: Author: Hans Gilde Created: Mon, 27 Sep 2004 4:04 PM Body: Sorry about the unit test failure, I had it all working yesterday, I'll find/fix the problem. In terms of fixing the Script API... sure! If we don't mind breaking any Sc

Re: [Digester] Re: cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester SetPropertiesRule.java

2004-09-27 Thread robert burrell donkin
On 27 Sep 2004, at 09:35, Simon Kitching wrote: On Mon, 2004-09-27 at 18:51, Simon Kitching wrote: A few days ago I proposed adding a comment to the SetPropertiesRule file summarising the results of the email discussion we had on this list. Hmm... I've just (re)discovered three places in the exist

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-27 Thread robert burrell donkin
On 26 Sep 2004, at 18:59, Christoph Gaffga wrote: hi, I have to output some Exception instances to XML using betwixt, but it doesn't seem to be possible to get the class name into the XML result. yep. it's on the todo... First of all it should output the name of the class only, and not introspect

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-27 Thread robert burrell donkin
On 26 Sep 2004, at 18:59, Christoph Gaffga wrote: P.S.: I also just posted a patch to handle throwable, exceptions and errors as complex types. Hope it would find it's way into betwixt, see: http://issues.apache.org/bugzilla/show_bug.cgi?id=31425 sounds promising but it might be a few days before

DO NOT REPLY [Bug 23185] - PoolableConnection.close() won't allow multiple close

2004-09-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31319] - Closing closed connection should be a no-op but throws exception

2004-09-27 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://issues.apache.org/bugzilla/show_bu

Bug 23185

2004-09-27 Thread Mauro Botelho
Last week I reopened the bug http://issues.apache.org/bugzilla/show_bug.cgi?id=23185 I haven't heard anything in the mailing list or bugzilla about it. I'm just concerned that no one is aware of its existence... It has to do with closing a prepared statement twice. DBCP throws an AlreadyClosedEx

Re: Please make a RC2 release of Commons Configuration soon

2004-09-27 Thread Henning P. Schmiedehausen
"Eric Pugh" <[EMAIL PROTECTED]> writes: >As far as the bug in XMLCOnfiguraiton, can you submit a bug so we can track >it? Don't worry, I already commited a fix for the bug (exchanging a (String) foo with a String.valueOf(foo)). Regards Henning -- Dipl.-Inf. (Univ.) Henn

Re: CSV submission for jakarta-commons

2004-09-27 Thread Paul Libbrecht
It's a maven habit... simply. I just wanted this code not to require any change in codec's project.xml... paul Le 27 sept. 04, à 21:28, matthew.hawthorne a écrit : But I don't think that this is an Apache-wide standard, nor do I think it should be. --

[Jakarta Commons Wiki] Updated: DBCP

2004-09-27 Thread commons-dev
Date: 2004-09-27T12:59:46 Editor: DavidTonhofer <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: DBCP URL: http://wiki.apache.org/jakarta-commons/DBCP Simplified text, added a comment about Connector/J Connections and DBCP Change Log: ---

Re: [math] API changes for RC2

2004-09-27 Thread Kim van der Linde
Mark R. Diggory wrote: This is the sort of thing that defeats the purpose of having the RealMatrix package. Such computations could be used to abuse the contents of the internal data structure effectively breaking the original Matrix. We need a more OO strategy for capturing the requirements o

[jelly] should caching be configurable ?

2004-09-27 Thread Paul Libbrecht
Hi, I sent recently a request so as to know wether consider jelly components as browser windows would make sense or not and had no real answer. So I'll give it a subject of the other side: in the current tree, the component-tag does clear its bean after having run the doTag... And to me this i

Re: CSV submission for jakarta-commons

2004-09-27 Thread matthew.hawthorne
>>- your test-cases should be in a separate directory and named >>"TestXXX" If this requirement is necessary to match the existing [codec] test classes, then that's obviously the way to go. But I don't think that this is an Apache-wide standard, nor do I think it should be.

RE: CSV submission for jakarta-commons

2004-09-27 Thread Tim Dawson
Sorry for the lack of conformity, I will get right on that. (I pulled this code from our project where the standard is XxxTEST, and I've never used Maven.) Re: the array - yeah, that was a last-minute change away from arrays in the reader, an oversight I forgot to correct in the writer. > However

Re: [math] API changes for RC2

2004-09-27 Thread Mark R. Diggory
This is the sort of thing that defeats the purpose of having the RealMatrix package. Such computations could be used to abuse the contents of the internal data structure effectively breaking the original Matrix. We need a more OO strategy for capturing the requirements of your example. I belie

Re: [math] API changes for RC2

2004-09-27 Thread Kim van der Linde
Phil Steitz wrote: No, you are not missing anything. What you are suggesting should work fine, with similar change for getResult. A little nit -- I would prefer to use a boolean for the property (unless there are more than two values) and not rely on the *value* of the int constant (flag) in the

Re: [math] API changes for RC2

2004-09-27 Thread Kim van der Linde
I do use it at one place, but that is a piece that needs overhaul anyway, and after that, they are gone there also. My impression is that you either want a double[][] array to dealw with, or a Matrix in itself. Kim Phil Steitz wrote: Do you use the setXxx stuff anywhere or see any reason that we

Re: [math] API changes for RC2

2004-09-27 Thread J.Pietschmann
Phil Steitz wrote: "Spooky" -- delightful word choice ;-) The getDataRef method is there to limit copy operations and to support hacking the underlying array -- evil, hazardous, breaks encapsulation -- ... and every decent sparse matrix implementation will break its implied semantics. Make it pa

RE: [math] API changes for RC2

2004-09-27 Thread Phil Steitz
Do you use the setXxx stuff anywhere or see any reason that we need to maintain it? -Original Message- From: Kim van der Linde [mailto:[EMAIL PROTECTED] Sent: Mon 9/27/2004 11:21 AM To: Jakarta Commons Developers List Cc: Subject: Re: [m