Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=195880&projectId=22
Build statistics: State: Ok Previous State: Failed Started at: Sun 21 Jun 2009 10:36:10 -0700 Finished at: Sun 21 Jun 2009 10:37:49 -0700 Total time: 1m 39s Build Trigger: Schedule Build Number: 86 Exit code: 0 Building machine hostname: vmbuild.apache.org Operating system : Linux(unknown) Java Home version : java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing) Builder version : Maven version: 2.0.9 Java version: 1.6.0_06 OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** Changed: markt @ Sun 21 Jun 2009 08:01:01 -0700 Comment: JDBC 4.0 now supported. This requires a 1.6 build environment. For now, assume latest. Files changed: /commons/proper/dbcp/trunk/README.txt ( 787024 ) Changed: markt @ Sun 21 Jun 2009 08:07:07 -0700 Comment: Update to commons-pool-1.5.1 I don't use maven so those changes were done blind Files changed: /commons/proper/dbcp/trunk/build.properties.sample ( 787028 ) /commons/proper/dbcp/trunk/doc/BasicDataSourceExample.java ( 787028 ) /commons/proper/dbcp/trunk/doc/JOCLPoolingDriverExample.java ( 787028 ) /commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java ( 787028 ) /commons/proper/dbcp/trunk/doc/ManualPoolingDriverExample.java ( 787028 ) /commons/proper/dbcp/trunk/maven.xml ( 787028 ) /commons/proper/dbcp/trunk/pom.xml ( 787028 ) /commons/proper/dbcp/trunk/project.xml ( 787028 ) Changed: markt @ Sun 21 Jun 2009 09:16:48 -0700 Comment: Remove unused code. Files changed: /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java ( 787046 ) Changed: markt @ Sun 21 Jun 2009 09:24:55 -0700 Comment: Add a test case for DBCP-291 Files changed: /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/datasources/TestSharedPoolDataSource.java ( 787047 ) Changed: markt @ Sun 21 Jun 2009 09:27:18 -0700 Comment: Fix DBCP-291. Narrow sync so we don't call borrowObject() inside the sync. If pool is exhausted and N threads request objects the requests will time out at maxWait, 2*maxWait, 3*maxWait, ..., n*maxWait rather than all timing out at maxWait. Files changed: /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java ( 787048 ) /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java ( 787048 ) Changed: markt @ Sun 21 Jun 2009 09:41:18 -0700 Comment: Fix DBCP-288. When passivating a DelegatingConnection, not all of the trace objects will be statements so check each one before casting and closing. Based on a patch provided by Marc Kannegießer Files changed: /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/DelegatingConnection.java ( 787049 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean deploy Arguments: --batch-mode -DaltDeploymentRepository=vmbuild.repo::default::file://localhost/home/continuum/data/commons -Pci Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: JDK 6 Description: **************************************************************************** Test Summary: **************************************************************************** Tests: 432 Failures: 0 Errors: 0 Success Rate: 100 Total time: 48.417995 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org