Re: [pool] New DBCP deadlock reported (DBCP-44)

2008-03-01 Thread Phil Steitz
Thanks, Christoph On Sat, Mar 1, 2008 at 4:21 AM, Christoph Kutzinski <[EMAIL PROTECTED]> wrote: > As the 'inversed' locking order in evict() is obviously the source of > the problems, I would try to avoid calling any _factory methods while > holding the 'this' lock. +1 evict and addObject curr

[all] Configure component poms for OSGi and the commons-build-plugin

2008-03-01 Thread Niall Pemberton
I'd like to go through all the components upgrading to commons-parent 8 and adding the configuration properties to their poms for the commons-build-plugin and maven-bundle-plugin. The following is an example of the type of changes using commons chain: Index: pom.xml ===

[VOTE] Release commons-sandbox-parent 4

2008-03-01 Thread Niall Pemberton
Hi, I'd like to release version 4 of the commons-sandbox-parent pom - I plan to upgrade it to use version 8 of commons-parent once the commons-parent release has found its way to the public maven repo. There have been no other changes since the last release of commons-sandbox-parent: http://svn.a

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-03-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi -- || ne

[RESULT][VOTE] Release commons-parent 8

2008-03-01 Thread Niall Pemberton
This vote has passed with four +1 votes from the following people: Jochen Wiedmann Niall Pemberton James Carman Jörg Schaible Thanks, I'll cut the release shortly. Niall On Wed, Feb 27, 2008 at 1:05 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to release version 8 of the c

[latka] JIRA project folded into Dormant

2008-03-01 Thread Henri Yandell
Just as an FYI, I've folded the Latka project in JIRA into the Dormant project. Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2008-03-01 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

[all] closing JIRA issues as duplicates

2008-03-01 Thread sebb
Apologies if you know about this already. I've just found out that JIRA does not automatically prompt for the related bug id(s) when closing a bug as a duplicate (unlike Bugzilla, which insists on the id). One way round this is to add comments to all the affected issues, but this is messy and tim

Re: [configuration] Type conversion

2008-03-01 Thread Oliver Heger
Emmanuel Bourg schrieb: Oliver Heger a écrit : This looks pretty good to me. Just a question about the convert() methods: What is the meaning of the params var arg parameter and where do the actual values come from? That's the same vararg used currently by PropertyConverter.to(), it's used

Re: svn commit: r631284 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImpl.java

2008-03-01 Thread sebb
On 29/02/2008, Jake Harmon <[EMAIL PROTECTED]> wrote: > > I don't think this will work, because in Jan 2009, if you get a file from Feb > 29 and try to parse it using the current year, it will also fail. I don't think this can happen unless the remote system clock is wrong. The remote file obvi

Re: [pool] New DBCP deadlock reported (DBCP-44)

2008-03-01 Thread Christoph Kutzinski
As the 'inversed' locking order in evict() is obviously the source of the problems, I would try to avoid calling any _factory methods while holding the 'this' lock. I thinking about something like this: public void evict() { CursorableLinkedList tmpPool; Collection connsToEvict = new Array