Hi Vivek, I've tried to understand the code, and I think when you choose limit-range it's getting to this point:
https://fisheye6.atlassian.com/browse/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/finder/EntityFinderUtil.java?hb=true#to371 The next line closes the entity list iterator. Is there any exception occurring that stops the close from occurring? Is the problem associated with a situation where there's *less* than five items? Cheers Paul Foxworthy vivek wrote: > > Dear Paul, > > Thanks for replying. > > I have checked the link provided by you. > I had even investigated & found that the concern arises when i try to > filter the number of rows as output. > If i use > <limit-range start="0" size="5"/> > or > <limit-view view-size="0" view-index="10"/>. > > Any suggestion on this? > > Thanks > -- View this message in context: http://ofbiz.135035.n4.nabble.com/EntityListIterator-Not-Closed-Error-tp3520179p3535946.html Sent from the OFBiz - User mailing list archive at Nabble.com.
