Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P03, 3.0.RC1
-
Fix Version/s: EE-1.8.2.GA_P04
-
Component/s: ICE-Components
-
Labels:None
-
Environment:-
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The exported files are not removed from memory when they are no longer needed (e.g. navigation) or the user's session is no longer valid. The deleteOnExit flag value appears to be true but the files are not deleted until the JVM terminates, which may not happen for months or years in a production environment. We should add an API that will allow developer's to forcefully delete these files within the application.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000JLSR4] |
Fix Version/s | EE-1.8.2.GA_P04 [ 10280 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee Priority | P1 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Assignee | Adnan Durrani [ adnan.durrani ] | Tyler Johnson [ tyler.johnson ] |
Assignee Priority | P1 | P2 |
Assignee | Tyler Johnson [ tyler.johnson ] | Mircea Toma [ mircea.toma ] |
Assignee Priority | P2 | P1 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27126 | Tue Jan 10 08:48:45 MST 2012 | mircea.toma | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |
The ResourceRegistry API already has a method defined for removing resources. The remaining work would be to modify the component so that is removes the resources it registers.