[
https://issues.apache.org/jira/browse/OFBIZ-5908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249630#comment-14249630 ]
Arun Patidar commented on OFBIZ-5908:
-------------------------------------
Hello Wai,
Can you please provide more details about the issue and steps to regenerate it?
I have tested both the method by running JUnit tests and found its working for me. Below is command to run JUnit test of EntityQuery:
./ant run-test -Dtest.component=entity -Dtest.case=entity-query-tests
> Query list missing 1st entry
> ----------------------------
>
> Key: OFBIZ-5908
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5908> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: Trunk
> Environment: OS:
> Ubuntu 14.04
> Java:
> java version "1.7.0_71"
> Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
> Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
> Reporter: Wai
>
> When using
> EntityQuery.use(delegator).from(entityName).queryIterator()
> EntityQuery.use(delegator).from(entityName).queryList()
> The resulting listing is missing the first entry.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)