Yes, that does need to be closed! I made the change in rev 690171.
BTW, did you find this by seeing an error about it not being closed? In theory
that is what is supposed to happen...
-David
Hans Bakker wrote:
I have several customer installations which have the same problem:
running out of database connections...
So there should be in the system that database iterators are not closed?
for example in createUserLoginPasswordHistory in logionServices.java,
line 391:
EntityListIterator eli = delegator.find("UserLoginPasswordHistory",.....
but is see no eli.close()
do i see this wrong or should this be corrected?
anybody else have the same database connections problem?