Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0, EE-3.3.0.GA_P04
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
ResourceRegistry does not handle properly resources that are not session or application scoped. It seems that the handling for the other scopes was never implemented.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Affects Version/s | 4.0.BETA [ 10770 ] |
Fix Version/s | 4.0 [ 11382 ] |
Description | ResourceRegistry does not handle properly resources that are not session scoped. It seems that the handling for the other scopes was never implemented. | ResourceRegistry does not handle properly resources that are not session or application scoped. It seems that the handling for the other scopes was never implemented. |
Affects | Documentation (User Guide, Ref. Guide, etc.),Compatibility/Configuration [ 10003, 10002 ] | |
Assignee Priority | P2 [ 10011 ] | |
Component/s | ACE-Components [ 10050 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41284 | Wed Jun 04 11:26:49 MDT 2014 | mircea.toma | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41285 | Wed Jun 04 12:35:58 MDT 2014 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41286 | Wed Jun 04 12:38:07 MDT 2014 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41777 | Mon Jul 14 16:06:33 MDT 2014 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Assignee | Mircea Toma [ mircea.toma ] | Judy Guglielmin [ judy.guglielmin ] |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45955 | Thu Sep 10 13:36:49 MDT 2015 | judy.guglielmin | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
After doing the analysis of how resources are served and some debugging for confirmation I can definitely affirm that flash, view and window scoped resources cannot be properly looked up when requested.
The reason is that the request for resource is processed outside the JSF lifecycle. For example the view scoped beans cannot be looked up because the view map does not exist since a view root object is not created. Same goes for window and flash scoped resources. The application and session scoped bean do work because the application and session can be identified from the resource request.