Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-24 Thread Bruno P. Kinoshita
Hello Matt First try at building it was failing with [1], until I read BUILDING.txt and added the -Dquality.skip=true option. After that, `mvn clean test install` worked fine. I'm now trying to build the site, but after running `mvn site:site site:stage` or simply `mvn site`, I always get [2]. M

Re: A reactive way to deal with stale connections

2014-09-24 Thread Bernd Eckenfels
Hello, Replaying statements is hard as You also have to keep session context, understand various error categories and in case of modifying statements, You also need to hook into transaction Management to make it fast, reliable and cobsistent. The JDBC drivers of Oracle together with its univer

RE: A reactive way to deal with stale connections

2014-09-24 Thread woon_san
Hi Kasper, It's an interesting feature, but I don't think that should belong to commons-dbcp. Commons-dbcp module provides lower level JDBC api such as DataSource and Connection, whereas your use case seems to be proper with a higer level data access module. You might want to take a look at tha

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-24 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-24 18:24 GMT+02:00 Matt Benson : > Thanks for looking! > > On Wed, Sep 24, 2014 at 10:35 AM, Gary Gregory > wrote:

A reactive way to deal with stale connections

2014-09-24 Thread Kasper Sørensen
Hi, In many projects I have been working on we're using commons-dbcp, and in particular the BasicDataSource. A common set-up there is to use "testOnBorrow" and a validation query to ensure that borrowed JDBC connections are working when we get them. The downside of this approach is that it's pret

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-24 Thread Matt Benson
Thanks for looking! On Wed, Sep 24, 2014 at 10:35 AM, Gary Gregory wrote: > Not a blocker: update commons-lang3 to the current version. > > Gary > > On Wed, Sep 24, 2014 at 10:30 AM, Matt Benson wrote: > > > I would like to release the [weaver] component. > > > > Apache Commons Weaver 1.1 RC3 i

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-24 Thread Gary Gregory
Not a blocker: update commons-lang3 to the current version. Gary On Wed, Sep 24, 2014 at 10:30 AM, Matt Benson wrote: > I would like to release the [weaver] component. > > Apache Commons Weaver 1.1 RC3 is available for review at: > https://dist.apache.org/repos/dist/dev/commons/weaver/ (r6646

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-24 Thread Gary Gregory
Ah, sorry, I see you have one RAT report. I was expected to see it alongside the Clirr report in each module. Gary On Wed, Sep 24, 2014 at 11:31 AM, Gary Gregory wrote: > Sorry to say but you are missing RAT reports... > > Gary > > On Wed, Sep 24, 2014 at 10:30 AM, Matt Benson wrote: > >> I wo

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-24 Thread Gary Gregory
Sorry to say but you are missing RAT reports... Gary On Wed, Sep 24, 2014 at 10:30 AM, Matt Benson wrote: > I would like to release the [weaver] component. > > Apache Commons Weaver 1.1 RC3 is available for review at: > https://dist.apache.org/repos/dist/dev/commons/weaver/ (r6646). > > Maven

Re: [Pool] Performance Tests for Pool-277

2014-09-24 Thread Phil Steitz
On 9/24/14 12:20 AM, Mark Thomas wrote: > On 24/09/2014 00:51, Bernd Eckenfels wrote: >> Hello Mark, >> >> I did some micro benchmarks on the max-only thing. And they somewhat >> look like I have expected on my 4core/8threads: >> >> 1 thread >> Benchmark Mode Samples

[VOTE] Release Apache Commons Weaver 1.1 based on RC3

2014-09-24 Thread Matt Benson
I would like to release the [weaver] component. Apache Commons Weaver 1.1 RC3 is available for review at: https://dist.apache.org/repos/dist/dev/commons/weaver/ (r6646). Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachecommons-1045/ . Tested with Oracle JD

Re: svn commit: r1626998 - in /commons/proper/pool/trunk/src: changes/changes.xml main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

2014-09-24 Thread Mark Thomas
On 24/09/2014 10:49, Konstantin Kolinko wrote: > 2014-09-23 17:53 GMT+04:00 Phil Steitz : >> On 9/23/14 6:04 AM, ma...@apache.org wrote: >>> Author: markt >>> Date: Tue Sep 23 13:04:52 2014 >>> New Revision: 1626998 >>> >>> URL: http://svn.apache.org/r1626998 >>> Log: >>> Prevent potential memory l

Re: svn commit: r1626998 - in /commons/proper/pool/trunk/src: changes/changes.xml main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

2014-09-24 Thread Konstantin Kolinko
2014-09-23 17:53 GMT+04:00 Phil Steitz : > On 9/23/14 6:04 AM, ma...@apache.org wrote: >> Author: markt >> Date: Tue Sep 23 13:04:52 2014 >> New Revision: 1626998 >> >> URL: http://svn.apache.org/r1626998 >> Log: >> Prevent potential memory leaks when the Pool is dereferenced without being >> clos

Re: svn commit: r1626998 - in /commons/proper/pool/trunk/src: changes/changes.xml main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

2014-09-24 Thread Mark Thomas
On 23/09/2014 20:22, Bernd Eckenfels wrote: > Hello Mark, > > I am not shure about the weak reference to the classloader. What is the > idea behind asuming that the pool is dereferenced when the class loader > goes? Dealing with the problem that the JavaEE specification provides no standard mecha

Re: [Pool] Performance Tests for Pool-277

2014-09-24 Thread Mark Thomas
On 24/09/2014 00:51, Bernd Eckenfels wrote: > Hello Mark, > > I did some micro benchmarks on the max-only thing. And they somewhat > look like I have expected on my 4core/8threads: > > 1 thread > Benchmark Mode Samples Score Score > error Units > n.e.j.t.