logging: WeakHashtable

2004-11-10 Thread Brian Stansberry
Hi Robert,   Had a little time to look at the WeakHashtable.  Much cleaner w/o reflection!   A couple things occurred to me as I looked.   1)  The instances of Referenced are not cleared from the underlying table if their underlying references are cleared. 2)  Passing null keys/values to put() doe

[DBCP] Deadlocks in DriverManager.getConnection

2004-11-10 Thread Lars Torunski
Hi, the Apache commons dbcp (1.2.1) is using DriverManager.getConnection to get database connections. We had a lot of deadlock situations using this method with and without using connection pooling libraries. According to http://e-docs.bea.com/wls/docs81/faq/jdbc.html#501044 this method is real

DO NOT REPLY [Bug 31286] - Memory leaks in JBoss due to LogFactory cache

2004-11-10 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

cvs commit: jakarta-commons/validator project.xml

2004-11-10 Thread niallp
niallp 2004/11/10 17:59:00 Modified:validator project.xml Log: Add myself to project.xml Revision ChangesPath 1.53 +6 -0 jakarta-commons/validator/project.xml Index: project.xml === RCS fi

[PATCH] collections: Fix static access warning in buffer test

2004-11-10 Thread Chris Tilden
### I opened the collections source using Eclipse 3.0.1 and noticed a ### warning this patch fixes that warning. Index: collections/src/test/org/apache/commons/collections/buffer/TestBlockingBuffer.java === --- a/collections/src/test

[PATCH] collections: Fix static access warning in TreeBidiMap

2004-11-10 Thread Chris Tilden
### I opened the collections source using Eclipse 3.0.1 and noticed a ### warning, this patch fixes that warning. Index: collections/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java === --- a/collections/src/java/org/

[Jakarta Commons Wiki] Updated: Jelly

2004-11-10 Thread commons-dev
Date: 2004-11-10T17:03:11 Editor: DionGillard <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: Jelly URL: http://wiki.apache.org/jakarta-commons/Jelly no comment Change Log: -- @@ -1,5 +1,5 @@ ##la

[Jakarta Commons Wiki] Updated: Jelly

2004-11-10 Thread commons-dev
Date: 2004-11-10T17:02:40 Editor: DionGillard <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: Jelly URL: http://wiki.apache.org/jakarta-commons/Jelly no comment Change Log: -- @@ -1,3 +1,5 @@ +##la

[Jakarta Commons Wiki] New: Jelly

2004-11-10 Thread commons-dev
Date: 2004-11-10T16:48:43 Editor: DionGillard <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: Jelly URL: http://wiki.apache.org/jakarta-commons/Jelly no comment New Page: Jelly is a tool for turning XML into executable code. So Jelly is a Java and XML based scripting and

[Jakarta Commons Wiki] Updated: FrontPage

2004-11-10 Thread commons-dev
Date: 2004-11-10T16:48:06 Editor: DionGillard <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: FrontPage URL: http://wiki.apache.org/jakarta-commons/FrontPage no comment Change Log: -- @@ -20,6 +20,

Re: [all] (reprise) links to books (and similar resources)

2004-11-10 Thread Niall Pemberton
I agree with Martin, put them on the wiki and it takes away the hassle of having to maintain them. Seems to work well in Struts: http://wiki.apache.org/struts/StrutsBooks Niall - Original Message - From: "robert burrell donkin" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List"

DO NOT REPLY [Bug 31286] - Memory leaks in JBoss due to LogFactory cache

2004-11-10 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

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging BadHashtablePropertyTest.java

2004-11-10 Thread rdonkin
rdonkin 2004/11/10 15:00:47 Added: logging/src/test/org/apache/commons/logging BadHashtablePropertyTest.java Log: LogFactory's Hashtable implementation (used to store LogFactoryImpl by classloader) can now be subclassed. This will default to WeakHashtable w

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging AltHashtableTest.java

2004-11-10 Thread rdonkin
rdonkin 2004/11/10 15:00:30 Added: logging/src/test/org/apache/commons/logging AltHashtableTest.java Log: LogFactory's Hashtable implementation (used to store LogFactoryImpl by classloader) can now be subclassed. This will default to WeakHashtable when thi

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging AltHashtable.java

2004-11-10 Thread rdonkin
rdonkin 2004/11/10 15:00:10 Added: logging/src/test/org/apache/commons/logging AltHashtable.java Log: LogFactory's Hashtable implementation (used to store LogFactoryImpl by classloader) can now be subclassed. This will default to WeakHashtable when this is

cvs commit: jakarta-commons/logging/optional/src/test/org/apache/commons/logging/impl WeakHashtableTest.java

2004-11-10 Thread rdonkin
rdonkin 2004/11/10 14:59:55 Added: logging/optional/src/test/org/apache/commons/logging/impl WeakHashtableTest.java Log: LogFactory's Hashtable implementation (used to store LogFactoryImpl by classloader) can now be subclassed. This will default to WeakHash

cvs commit: jakarta-commons/logging/optional/src/test/org/apache/commons/logging LogFactoryTest.java

2004-11-10 Thread rdonkin
rdonkin 2004/11/10 14:59:39 Added: logging/optional/src/test/org/apache/commons/logging LogFactoryTest.java Log: LogFactory's Hashtable implementation (used to store LogFactoryImpl by classloader) can now be subclassed. This will default to WeakHashtable wh

cvs commit: jakarta-commons/logging/optional/src/java/org/apache/commons/logging/impl WeakHashtable.java

2004-11-10 Thread rdonkin
rdonkin 2004/11/10 14:59:24 Added: logging/optional/src/java/org/apache/commons/logging/impl WeakHashtable.java Log: LogFactory's Hashtable implementation (used to store LogFactoryImpl by classloader) can now be subclassed. This will default to WeakHashtabl

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging LogFactory.java

2004-11-10 Thread rdonkin
rdonkin 2004/11/10 14:59:04 Modified:logging build.xml logging/optional/src/test/org/apache/commons/logging TestAll.java logging/src/java/org/apache/commons/logging LogFactory.java Log: LogFactory's Hashtable implementation (used

Re: [convert] Type Conversion Library

2004-11-10 Thread robert burrell donkin
On 10 Nov 2004, at 22:46, Stephen Colebourne wrote: This is a legal question, and most of us aren't very good at those ;-( I believe that if your new work is derived directly from the original source you gave to the ASF, and is not derived from any later additions made whilst part of [convert], t

Re: [convert] Type Conversion Library

2004-11-10 Thread Stephen Colebourne
This is a legal question, and most of us aren't very good at those ;-( I believe that if your new work is derived directly from the original source you gave to the ASF, and is not derived from any later additions made whilst part of [convert], then the code is still just yours to do as your wish.

Re: [convert] Type Conversion Library

2004-11-10 Thread Ron Blaschke
Wednesday, November 10, 2004, 8:15:51 PM, Kris Nuttycombe wrote: > I'm certainly interested in type conversion problems. Are you working > with the existing commons-convert project in the sandbox? No, it's something different that currently just lives on my hard disk. The code is somewhat messy,

Re: [all] (reprise) links to books (and similar resources)

2004-11-10 Thread robert burrell donkin
On 10 Nov 2004, at 21:44, Shapira, Yoav wrote: Hi, the reason why the consensus moved from direct linking from a resources page on the site was that it might appear too much like an official recommendation which may cause frictions within the community. FWIW, although I wasn't involved in this disc

DO NOT REPLY [Bug 29203] - Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2004-11-10 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: [all] (reprise) links to books (and similar resources)

2004-11-10 Thread Shapira, Yoav
Hi, >> the reason why the consensus moved from direct linking from a resources >> page on the site was that it might appear too much like an official >> recommendation which may cause frictions within the community. FWIW, although I wasn't involved in this discussion (and certainly was not part

Re: [all] (reprise) links to books (and similar resources)

2004-11-10 Thread Martin Cooper
On Wed, 10 Nov 2004 20:37:27 +, robert burrell donkin <[EMAIL PROTECTED]> wrote: > a while we talked about the right way to tell users about books and so > on. IIRC henri volunteered to create an offshore sourceforge > documentation project (but i can't find it link anywhere). recently, > the q

[all] (reprise) links to books (and similar resources)

2004-11-10 Thread robert burrell donkin
a while we talked about the right way to tell users about books and so on. IIRC henri volunteered to create an offshore sourceforge documentation project (but i can't find it link anywhere). recently, the question 'are there books covering digester?' has arising on the user list so there still

Re: [convert] Type Conversion Library

2004-11-10 Thread Kris Nuttycombe
I'm certainly interested in type conversion problems. Are you working with the existing commons-convert project in the sandbox? Kris Ron Blaschke wrote: Some time ago, I came to this group with a proposal for a generic type conversion library. As a refresher, it is a graph based solution, where

DO NOT REPLY [Bug 32145] - use a secure delete if the file is written to the disk

2004-11-10 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 32145] - use a secure delete if the file is written to the disk

2004-11-10 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 32162] New: - Call to toString() in should be replaced with getConvertUtils().convert(value)

2004-11-10 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 27523] - [daemon] Can not compile under Fedora Core 1 AMD64

2004-11-10 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 27523] - [daemon] Can not compile under Fedora Core 1 AMD64

2004-11-10 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

cvs commit: jakarta-commons-sandbox/sql/src/java/org/apache/commons/sql/io JdbcModelReader.java

2004-11-10 Thread mvdb
mvdb2004/11/10 07:21:53 Modified:sql/src/java/org/apache/commons/sql/io JdbcModelReader.java Log: Setting the tabletype Revision ChangesPath 1.9 +1 -0 jakarta-commons-sandbox/sql/src/java/org/apache/commons/sql/io/JdbcModelReader.java Index: JdbcModel

DO NOT REPLY [Bug 32152] New: - Problem calculating total article count

2004-11-10 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: [math][vote] Release 1.0-RC2

2004-11-10 Thread Shapira, Yoav
Hi, +1 from me, apologizing for the delay. It's been busy in Tomcat land ;) Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Brent Worden [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 09, 2004 7:52 PM >To: 'Jakarta Commons Developers List' >Subject: RE: [math][vo

DO NOT REPLY [Bug 30973] - [email] [patch] HTML email with plain text alternative and attachments

2004-11-10 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 30973] - [email] [patch] HTML email with plain text alternative and attachments

2004-11-10 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

[convert] Type Conversion Library

2004-11-10 Thread Ron Blaschke
Some time ago, I came to this group with a proposal for a generic type conversion library. As a refresher, it is a graph based solution, where you just drop in your converters and the library will try to figure out a possible path. Some example conversions that are working include - String -> I