svn commit: r1465431 - /ofbiz/trunk/framework/entity/config/entityengine.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1465431 - /ofbiz/trunk/framework/entity/config/entityengine.xml

adrianc
Author: adrianc
Date: Sun Apr  7 17:22:59 2013
New Revision: 1465431

URL: http://svn.apache.org/r1465431
Log:
Revert some unintentional changes from my last commit.

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=1465431&r1=1465430&r2=1465431&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Sun Apr  7 17:22:59 2013
@@ -184,7 +184,6 @@ access. For a detailed description see t
             use-indices-unique="false"
             alias-view-columns="false"
             use-order-by-nulls="true"
-            max-worker-pool-size="2"
             offset-style="fetch">
         <read-data reader-name="tenant"/>
         <read-data reader-name="seed"/>
@@ -237,7 +236,6 @@ access. For a detailed description see t
             use-pk-constraint-names="false"
             use-indices-unique="false"
             alias-view-columns="false"
-            max-worker-pool-size="2"
             use-order-by-nulls="true">
         <!-- beware use-indices-unique="false" is needed because of Derby bug with null values in a unique index -->
         <read-data reader-name="tenant"/>
@@ -267,7 +265,6 @@ access. For a detailed description see t
         use-pk-constraint-names="false"
         use-indices-unique="false"
         alias-view-columns="false"
-        max-worker-pool-size="2"
         use-order-by-nulls="true">
         <read-data reader-name="tenant"/>
         <read-data reader-name="seed"/>