You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/02/10 20:49:42 UTC

[jira] [Comment Edited] (OFBIZ-9152) SimpleMethod: FindByAnd never using EntityListIterator

    [ https://issues.apache.org/jira/browse/OFBIZ-9152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861679#comment-15861679 ] 

Jacques Le Roux edited comment on OFBIZ-9152 at 2/10/17 8:49 PM:
-----------------------------------------------------------------

Thanks Mirko for the "patch" (easy anyway) and Gareth for the confirmation.

FIxed in 
trunk r1782498
R16.11 r1782499
R15.12 r1782525


It's maybe possible to backport more by hand, but I did not.


was (Author: jacques.le.roux):
Thanks Mirko for the "patch" (easy anyway) and Gareth for the confirmation.

FIxed in 
trunk r1782498
R16.11 r1782499

It's maybe possible to backport by hand, but I did not.

> SimpleMethod: FindByAnd never using EntityListIterator
> ------------------------------------------------------
>
>                 Key: OFBIZ-9152
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9152
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk, Release Branch 16.11
>            Reporter: Mirko Vogelsmeier
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 15.12, Upcoming Release, 16.11.02
>
>         Attachments: FindByAnd.java-OFBIZ-9152.tmp
>
>
> Since the introduction of EntityQuery there was no distinction between a simple method tags <find-by-and use-iterator="true"> and <find-by-and use-iterator="false"> (except cache handling).
> There is a condition "if (useIterator)" but with entityQueries did use "[...].queryList()".



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)