Description
While working on OFBIZ-7759 I noticed this error in log
2017-03-31 22:03:53,047 |http-nio-8443-exec-1 |ControlServlet |T| [[[LookupContent(Domain:https://localhost)] Request Done- total:3.571,since last([LookupContent(Do...):3.571]] 2017-03-31 22:04:06,552 |Finalizer |EntityListIterator |E| ==================================================================== EntityListIterator Not Closed for Entity [Content], caught in Finalize ====================================================================
It's not really a bug because the EntityListIterator takes care of it and there is no side effects. But it's not clean and need to be improved.
Attachments
Issue Links
- duplicates
-
OFBIZ-9385 EntityListIterator closed but not in case of exception
- Closed