[jira] Commented: (BEANUTILS-263) Improve ClassConverter robustness

2006-11-24 Thread Alex Albu (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-263?page=comments#action_12452465 ] Alex Albu commented on BEANUTILS-263: - Yes, Weblogic throws a ClassNotFoundException. And the fix I posted does fix the problem. Writing a custom

[jira] Created: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread JIRA
Reduce contention by making borrow return more independent from each other Key: POOL-93 URL: http://issues.apache.org/jira/browse/POOL-93 Project: Commons Pool

[jira] Updated: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread JIRA
[ http://issues.apache.org/jira/browse/POOL-93?page=all ] Holger Hoffstätte updated POOL-93: -- Attachment: GKOP-relaxedSyncOnReturn.patch Patch for making returnObject invalidateObject less synchronized. All unit tests still pass, even with massive

[jira] Commented: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread JIRA
[ http://issues.apache.org/jira/browse/POOL-93?page=comments#action_12452478 ] Holger Hoffstätte commented on POOL-93: --- One note on the relaxing of returnObject(): _testOnReturn is now accessed without prior synchronization, which strictly

[jira] Updated: (DBCP-44) [dbcp] Evictor thread in GenericObjectPool has potential for deadlock

2006-11-24 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-44?page=all ] Phil Steitz updated DBCP-44: Attachment: deadlock_post_patch.txt Deadlock after suggested patch, generated by testConcurrency unit test [dbcp] Evictor thread in GenericObjectPool has potential for

[jira] Updated: (DBCP-44) [dbcp] Evictor thread in GenericObjectPool has potential for deadlock

2006-11-24 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-44?page=all ] Phil Steitz updated DBCP-44: Attachment: deadlock.txt Deadlock generated by testConcurrency [dbcp] Evictor thread in GenericObjectPool has potential for deadlock

[jira] Updated: (DBCP-44) [dbcp] Evictor thread in GenericObjectPool has potential for deadlock

2006-11-24 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-44?page=all ] Phil Steitz updated DBCP-44: Attachment: testConcurrency.java Unit test generating deadlock using dbcp testDriver [dbcp] Evictor thread in GenericObjectPool has potential for deadlock

[jira] Updated: (DBCP-44) [dbcp] Evictor thread in GenericObjectPool has potential for deadlock

2006-11-24 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-44?page=all ] Phil Steitz updated DBCP-44: Bugzilla Id: (was: 33912) Fix Version/s: 1.3 (was: 1.2.2) Affects Version/s: 1.2.1 Like DBCP-65, I don't think there is a

[jira] Commented: (DBCP-65) [dbcp] Deadlock when evicting dbcp objects (testWhileIdle=true)

2006-11-24 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-65?page=comments#action_12452488 ] Phil Steitz commented on DBCP-65: - I am +1 on option 2, or just migrate to Pool 2 when it is released. Having spent many hours trying to find workarounds for this

[jira] Updated: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread JIRA
[ http://issues.apache.org/jira/browse/POOL-93?page=all ] Holger Hoffstätte updated POOL-93: -- Attachment: relaxedReturnObjectBenchmark.txt Benchmark results. Summary: JDK 1.4 and 1.5 are really slow :-) Reduce contention by making borrow return

[jira] Commented: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread JIRA
[ http://issues.apache.org/jira/browse/POOL-93?page=comments#action_12452492 ] Holger Hoffstätte commented on POOL-93: --- One more note on the benchmarks: all this was done on a single-core P4 2.4GHz. Experiments on a dual-core Opteron show

Re: [betwixt] final checks on RC2

2006-11-24 Thread Henri Yandell
On 11/23/06, Niall Pemberton [EMAIL PROTECTED] wrote: On 11/23/06, robert burrell donkin [EMAIL PROTECTED] wrote: On Sun, 2006-11-19 at 19:53 +, robert burrell donkin wrote: thanks to everyone who commented on RC1 i've now cut an RC2 based on the feedback and uploaded the artifacts

Re: [betwixt] final checks on RC2

2006-11-24 Thread Niall Pemberton
On 11/24/06, Henri Yandell [EMAIL PROTECTED] wrote: On 11/23/06, Niall Pemberton [EMAIL PROTECTED] wrote: On 11/23/06, robert burrell donkin [EMAIL PROTECTED] wrote: On Sun, 2006-11-19 at 19:53 +, robert burrell donkin wrote: thanks to everyone who commented on RC1 i've now cut

svn commit: r478947 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java src/test/org/apache/commons/configuration/TestDefaultCo

2006-11-24 Thread oheger
Author: oheger Date: Fri Nov 24 11:13:10 2006 New Revision: 478947 URL: http://svn.apache.org/viewvc?view=revrev=478947 Log: Updated DefaultConfigurationBuilder to use the standard hierarchical expression engine; so the dependency to JXPath is no longer needed when working with this class

[jira] Resolved: (CONFIGURATION-234) Documentation - Dependencies - DefaultConfigurationBuilder needs commons-jxpath

2006-11-24 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-234?page=all ] Oliver Heger resolved CONFIGURATION-234. Fix Version/s: Nightly Builds Resolution: Fixed I fixed it the hard way: The dependency to commons-jxpath is no longer needed.

[jira] Created: (DBCP-202) Deadlock creating/closing PreparedStatement

2006-11-24 Thread Gustavo Huff Mauch (JIRA)
Deadlock creating/closing PreparedStatement --- Key: DBCP-202 URL: http://issues.apache.org/jira/browse/DBCP-202 Project: Commons Dbcp Issue Type: Bug Affects Versions: 1.3 Reporter:

svn commit: r478998 - in /jakarta/commons/proper/dbutils/trunk: ./ xdocs/ xdocs/style/

2006-11-24 Thread niallp
Author: niallp Date: Fri Nov 24 13:10:56 2006 New Revision: 478998 URL: http://svn.apache.org/viewvc?view=revrev=478998 Log: Fix issues with the RC1 site and build: 1) Update XML files license headers to comply with the new ASF Source Header and Copyright Notice Policy 2) Add DbUtils copyright

Re: [dbutils] Opinions on 1.1 RC1

2006-11-24 Thread Niall Pemberton
On 11/16/06, Henri Yandell [EMAIL PROTECTED] wrote: I've prepared 1.1-RC1 for DbUtils. http://people.apache.org/~bayard/commons-dbutils/1.1-RC1/ It was built under 1.4 on OS X. 'ant clean test' passes under 1.3. Any obvious problems before I call a vote? I found quite a few nitpicks with

Re: [dbutils] Opinions on 1.1 RC1

2006-11-24 Thread Niall Pemberton
On 11/24/06, Niall Pemberton [EMAIL PROTECTED] wrote: On 11/16/06, Henri Yandell [EMAIL PROTECTED] wrote: I've prepared 1.1-RC1 for DbUtils. http://people.apache.org/~bayard/commons-dbutils/1.1-RC1/ It was built under 1.4 on OS X. 'ant clean test' passes under 1.3. Any obvious problems

svn commit: r479013 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-24 Thread bayard
Author: bayard Date: Fri Nov 24 13:58:17 2006 New Revision: 479013 URL: http://svn.apache.org/viewvc?view=revrev=479013 Log: Make md5s for all dists Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Modified:

[jira] Updated: (DIGESTER-110) Create APIs that accept URL values directly, instead of only Strings to be converted to URLs

2006-11-24 Thread Craig McClanahan (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-110?page=all ] Craig McClanahan updated DIGESTER-110: -- Attachment: diffs.txt Here is my proposed changes to Digester (a new unit test case will be submitted separately). The primary changes are: *

[jira] Updated: (DIGESTER-110) Create APIs that accept URL values directly, instead of only Strings to be converted to URLs

2006-11-24 Thread Craig McClanahan (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-110?page=all ] Craig McClanahan updated DIGESTER-110: -- Attachment: URLTestCase.java New test case that uses the URL-based method signatures. The parse method is called twice to ensure that

[Digester] Change of Maven Group Id

2006-11-24 Thread Craig McClanahan
While trying to verify the patch I'm proposing for DIGESTER-110, I tried temporarily modifying my Maven2 POMs for Shale to pick up the new version. I noticed that the groupId for Digester is being changed from commons-digester (as it was before), to org.apache.commons (in the 1.8-RC1 version).

svn commit: r479036 - in /jakarta/commons/proper: chain/trunk/project.xml fileupload/trunk/project.xml

2006-11-24 Thread martinc
Author: martinc Date: Fri Nov 24 15:01:04 2006 New Revision: 479036 URL: http://svn.apache.org/viewvc?view=revrev=479036 Log: Company change (somewhat belated). Modified: jakarta/commons/proper/chain/trunk/project.xml jakarta/commons/proper/fileupload/trunk/project.xml Modified:

svn commit: r479040 - in /jakarta/commons/sandbox/javaflow/trunk: pom.xml project.xml

2006-11-24 Thread martinc
Author: martinc Date: Fri Nov 24 15:01:50 2006 New Revision: 479040 URL: http://svn.apache.org/viewvc?view=revrev=479040 Log: Company change (somewhat belated). Modified: jakarta/commons/sandbox/javaflow/trunk/pom.xml jakarta/commons/sandbox/javaflow/trunk/project.xml Modified:

svn commit: r479046 - /jakarta/commons/proper/fileupload/trunk/pom.xml

2006-11-24 Thread martinc
Author: martinc Date: Fri Nov 24 15:13:39 2006 New Revision: 479046 URL: http://svn.apache.org/viewvc?view=revrev=479046 Log: Company change (somewhat belated). Modified: jakarta/commons/proper/fileupload/trunk/pom.xml Modified: jakarta/commons/proper/fileupload/trunk/pom.xml URL:

Re: [Digester] Change of Maven Group Id

2006-11-24 Thread Wendy Smoak
On 11/24/06, Craig McClanahan [EMAIL PROTECTED] wrote: I presume that this is being done as part of some Commons-wide policy change? If so, it's incumbent on us to clearly document the impact of this change on downstream users, because it is going to be pretty disruptive until all downstream

Re: [Digester] Change of Maven Group Id

2006-11-24 Thread Henri Yandell
On 11/24/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/24/06, Craig McClanahan [EMAIL PROTECTED] wrote: I presume that this is being done as part of some Commons-wide policy change? If so, it's incumbent on us to clearly document the impact of this change on downstream users, because it is

Re: [Digester] Change of Maven Group Id

2006-11-24 Thread Craig McClanahan
On 11/24/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/24/06, Craig McClanahan [EMAIL PROTECTED] wrote: I presume that this is being done as part of some Commons-wide policy change? If so, it's incumbent on us to clearly document the impact of this change on downstream users, because it

Re: [Digester] Change of Maven Group Id

2006-11-24 Thread Stephen Colebourne
Henri Yandell wrote: In the meantime though, we have 12 components with org.apache.commons and 22 with the original (for some value of 12 and 22). Anyone against rolling them back to the original group ids? Discovery, Digester, DbUtils and Betwixt are all close to release and it sounds like

Re: [Digester] Change of Maven Group Id

2006-11-24 Thread Wendy Smoak
On 11/24/06, Craig McClanahan [EMAIL PROTECTED] wrote: Does that mean that you will be able to use commons-digester:commons-digester:1.8 *or* org.apache.commons:commons-digester:1.8 after Digester 1.8 is released? For a specific example, consider an app that uses, say, Shale and MyFaces 1.1.4.

Re: [Digester] Change of Maven Group Id

2006-11-24 Thread Dennis Lundberg
Wendy Smoak wrote: On 11/24/06, Craig McClanahan [EMAIL PROTECTED] wrote: I presume that this is being done as part of some Commons-wide policy change? If so, it's incumbent on us to clearly document the impact of this change on downstream users, because it is going to be pretty disruptive

Re: [Digester] Change of Maven Group Id

2006-11-24 Thread Craig McClanahan
On 11/24/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/24/06, Craig McClanahan [EMAIL PROTECTED] wrote: Does that mean that you will be able to use commons-digester:commons-digester:1.8 *or* org.apache.commons:commons-digester:1.8 after Digester 1.8 is released? For a specific example,

[jira] Commented: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-93?page=comments#action_12452542 ] Sandy McArthur commented on POOL-93: First look at the patch looks good. Any reason not to replace direct access of _testOnReturn with calls to getTestOnReturn()

[jira] Commented: (POOL-93) Reduce contention by making borrow return more independent from each other

2006-11-24 Thread JIRA
[ http://issues.apache.org/jira/browse/POOL-93?page=comments#action_12452547 ] Holger Hoffstätte commented on POOL-93: --- Thought about that too; AFAIK volatile is not really broken any more, at least not for volatile reads synchronized

svn commit: r479088 - in /jakarta/commons/proper/dbcp/trunk/doc: BasicDataSourceExample.java JOCLPoolingDriverExample.java ManualPoolingDataSourceExample.java ManualPoolingDriverExample.java

2006-11-24 Thread psteitz
Author: psteitz Date: Fri Nov 24 21:58:37 2006 New Revision: 479088 URL: http://svn.apache.org/viewvc?view=revrev=479088 Log: Javadoc only. Removed reference to collections dependency and specified jar versions for java classpath spec. Modified:

svn commit: r479091 - in /jakarta/commons/proper/dbcp/trunk: build.properties.sample build.xml project.xml

2006-11-24 Thread psteitz
Author: psteitz Date: Fri Nov 24 22:46:35 2006 New Revision: 479091 URL: http://svn.apache.org/viewvc?view=revrev=479091 Log: Replaced hand-crafted ant build with maven-generated build.xml. Removed: jakarta/commons/proper/dbcp/trunk/build.properties.sample Modified: