You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/11/12 15:39:43 UTC

svn commit: r835394 - in /ofbiz/trunk: .classpath LICENSE framework/entity/lib/commons-dbcp-1.3-20080708-r674758.jar framework/entity/lib/commons-dbcp-1.3-20091111-r834702.jar

Author: jleroux
Date: Thu Nov 12 14:39:43 2009
New Revision: 835394

URL: http://svn.apache.org/viewvc?rev=835394&view=rev
Log:
commons-dbcp-1.3-20091111-r834702.jar built directly from DBCP trunk. An initiative from Philippe Mouawad at "Memory leak due to transaction management" (https://issues.apache.org/jira/browse/OFBIZ-2599) - OFBIZ-2599

We are been using Ofbiz with DBCP based implementation.
Ofbiz uses a Head revision of DBCP (package org.apache.commons.dbcp.managed is the same as current TRUNK) and geronimo-transaction-1.0.

We are having recurrent OutOfMemory which occur on a 2 days basis.

See: https://issues.apache.org/jira/browse/DBCP-294

Added:
    ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091111-r834702.jar   (with props)
Removed:
    ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20080708-r674758.jar
Modified:
    ofbiz/trunk/.classpath
    ofbiz/trunk/LICENSE

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=835394&r1=835393&r2=835394&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Thu Nov 12 14:39:43 2009
@@ -72,7 +72,7 @@
     <classpathentry kind="lib" path="framework/geronimo/lib/geronimo-connector-2.1.1.jar"/>
     <classpathentry kind="lib" path="framework/geronimo/lib/geronimo-transaction-2.1.1.jar"/>
     <classpathentry kind="lib" path="framework/entity/lib/ofbiz-minerva.jar"/>
-    <classpathentry kind="lib" path="framework/entity/lib/commons-dbcp-1.3-20080708-r674758.jar"/>
+    <classpathentry kind="lib" path="framework/entity/lib/commons-dbcp-1.3-20091111-r834702.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/barcode4j-fop-ext-complete-2.0.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/batik-all-1.7.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/ical4j-1.0-beta5.jar"/>

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=835394&r1=835393&r2=835394&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Thu Nov 12 14:39:43 2009
@@ -69,7 +69,7 @@
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.16-tomcat-dbcp.jar
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.16-tomcat-juli.jar
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.16-tomcat-juli-adapters.jar
-ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20080708-r674758.jar
+ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091111-r834702.jar
 ofbiz/trunk/framework/entity/lib/jdbc/derby-10.4.2.0.jar
 ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.4.2.0.jar
 ofbiz/trunk/framework/jetty/lib/ant-1.6.5.jar

Added: ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091111-r834702.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091111-r834702.jar?rev=835394&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091111-r834702.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream