+1 All Apache commons are welcome
Jacques ----- Message d'origine ----- De : Tim Ruppert À : [email protected] Envoyé : samedi 20 octobre 2007 08:12 Objet : Re: svn commit: r586666 - /ofbiz/trunk/framework/entity/config/entityengine.xml +1 On Oct 19, 2007, at 11:45 PM, Jacopo Cappellato wrote: In my opinion, this is an important big step forward for the OFBiz project. Thanks, Jacopo [EMAIL PROTECTED] wrote: Author: jaz Date: Fri Oct 19 21:47:11 2007 New Revision: 586666 URL: http://svn.apache.org/viewvc?rev=586666&view=rev Log: changed connection pool to be DBCP by default now Modified: ofbiz/trunk/framework/entity/config/entityengine.xml Modified: ofbiz/trunk/framework/entity/config/entityengine.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=586666&r1=586665&r2=586666&view=diff ============================================================================== --- ofbiz/trunk/framework/entity/config/entityengine.xml (original) +++ ofbiz/trunk/framework/entity/config/entityengine.xml Fri Oct 19 21:47:11 2007 @@ -47,7 +47,7 @@ --> <!-- the connection factory class to use, one is needed for obtaining connections/pools for defined resources --> - <connection-factory class="org.ofbiz.entity.connection.MinervaConnectionFactory"/> + <connection-factory class="org.ofbiz.entity.connection.DBCPConnectionFactory"/> <delegator name="default" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false"> <group-map group-name="org.ofbiz" datasource-name="localderby"/>
