Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030118Retail ModulesWeb POSpublic2015-06-07 15:152015-06-15 12:30
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
RR15Q3RR15Q3 
marvintm
No
0030118: ScrollableResults object should be closed
In Oracle it seems that if the ScrollableResults object is not closed that there are memory leaks.

In retail this is in:
org.openbravo.retail.posterminal.utility.GenerateProductImages
Find the locations where ScrollableResults is not closed.
Call close() on the ScrollableResults object.
No tags attached.
related to defect 00301203.0PR15Q3 closed AtulOpenbravo Openbravo ERP ScrollableResults object should be closed 
Issue History
2015-06-07 15:15mtaalNew Issue
2015-06-07 15:15mtaalAssigned To => mtaal
2015-06-07 15:15mtaalTriggers an Emergency Pack => No
2015-06-07 15:19mtaalReview Assigned To => marvintm
2015-06-07 15:19mtaalSummaryScrollabeResults object should be closed => ScrollableResults object should be closed
2015-06-07 15:20hgbotCheckin
2015-06-07 15:20hgbotNote Added: 0078136
2015-06-07 15:20hgbotStatusnew => resolved
2015-06-07 15:20hgbotResolutionopen => fixed
2015-06-07 15:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c1f82da59d10dc0c5d5f4afa20c7bcff3334ee49 [^]
2015-06-07 15:33mtaalRelationship addedrelated to 0030120
2015-06-15 12:30marvintmStatusresolved => closed
2015-06-15 12:30marvintmFixed in Version => RR15Q3

Notes
(0078136)
hgbot   
2015-06-07 15:20   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c1f82da59d10dc0c5d5f4afa20c7bcff3334ee49
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Jun 07 15:19:51 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c1f82da59d10dc0c5d5f4afa20c7bcff3334ee49 [^]

Fixes issue 30118: ScrollableResults object should be closed

---
M src/org/openbravo/retail/posterminal/utility/GenerateProductImages.java
---