Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces
Description
To still allow for cloud push notification to go be issued the pushIDs used by a window should not be disposed when the window closes.
Issue Links
- blocks
-
ICE-10352 Showcase - Add new demo for mobi:cloudPush that uses the email provider
- Closed
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44204 | Wed Mar 11 14:33:47 MDT 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
|
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mircea Toma
made changes -
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Fix Version/s | EE-4.0.0.GA [ 11171 ] |
Mircea Toma
made changes -
Summary | Avoid pushIDs disposal on window close | Avoid pushID disposal on window close |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Implemented this feature. The side effect for this change is that there might be cases where the page that creates a pushID is accessed and then closed multiple times, the pushIDs will still be kept as parked pushIDs by ICEpush. When a notification for the group that includes these IDs is issued we end up with lots of cloud push notifications (one for each created pushID).