Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P08
-
Fix Version/s: EE-1.8.2.GA_P09
-
Component/s: Framework
-
Labels:None
-
Environment:server
-
Support Case References:
Description
Analysis of the heap dump in some applications reveals that the _ UpdateElements.updates_ field accumulates DOM elements (and thus filling up the JVM heap). The issue manifests itself when the _Element_ does not have the "id" attribute.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] |
| Fix Version/s | EE-1.8.2.GA_P09 [ 12470 ] |
| Security | Private [ 10001 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #49111 | Mon Aug 15 16:25:08 MDT 2016 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/command/UpdateElements.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #49113 | Tue Aug 16 14:08:35 MDT 2016 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/command/UpdateElements.java
|
| Security | Private [ 10001 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Applied fix that selects only the elements that have their ‘id’ attribute defined to later be updated . Without the ‘id’ the update cannot be applied anyway (is ignored client side).