Adam Heath wrote:
> jone...@apache.org wrote:
>> Author: jonesde
>> Date: Fri Feb 26 18:41:11 2010
>> New Revision: 916781
>>
>> URL: http://svn.apache.org/viewvc?rev=916781&view=rev
>> Log:
>> Changed to not try to do a distinct count by a specific column, which was 
>> introduced in rev 897605, as it seems to cause a number of problems and is a 
>> feature that probably isn't used much since it was introduced about a month 
>> ago; reintroducing this feature will require additional effort to resolve 
>> these
>>
>> Modified:
>>     ofbiz/trunk/framework/entity/config/entityengine.xml
>>     
>> ofbiz/trunk/framework/entity/src/org/ofbiz/entity/datasource/GenericDAO.java
>>
>> Modified: ofbiz/trunk/framework/entity/config/entityengine.xml
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=916781&r1=916780&r2=916781&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
>> +++ ofbiz/trunk/framework/entity/config/entityengine.xml Fri Feb 26 18:41:11 
>> 2010
>> @@ -50,7 +50,7 @@
>>      <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"/>
>> +        <group-map group-name="org.ofbiz" datasource-name="localmysql"/>
>>          <group-map group-name="org.ofbiz.olap" 
>> datasource-name="localderbyolap"/>
>>      </delegator>
>>      <delegator name="default-no-eca" entity-model-reader="main" 
>> entity-group-reader="main" entity-eca-reader="main" 
>> entity-eca-enabled="false" distributed-cache-clear-enabled="false">
> 
> Oops?

Ah, you too fast, Speedy Gonzales.

Reply via email to