Adam Heath created OFBIZ-5670:
---------------------------------

             Summary: findList(options(offset|limit)) can corrupt the cache
                 Key: OFBIZ-5670
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5670
             Project: OFBiz
          Issue Type: Bug
          Components: framework
            Reporter: Adam Heath
            Assignee: Adam Heath
            Priority: Minor


In findList, there is an optional EntityFindOptions.  If this is specified, and 
it has a non-default offset or limit, then the EntityListIerator used 
internally will only return a subset of the values.

This subset is then stored as the *full* cached list.

Later, if another findList call happens, that has the same 
entityName/condition, the partial list stored previously will be used.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to