Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: None
-
Labels:None
-
Environment:ICEfaces 2.0 compat
-
Affects:Compatibility/Configuration
Description
ICEfaces 2.0 compat SessionRenderer.render() currently fails when invoked from non-JSF threads.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21204 | Mon Apr 12 15:50:36 MDT 2010 | mircea.toma | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21207 | Mon Apr 12 16:32:50 MDT 2010 | mircea.toma | |
Files Changed | ||||
![]() |
Assignee | Ted Goddard [ ted.goddard ] | Mircea Toma [ mircea.toma ] |
Salesforce Case | [] | |
Fix Version/s | 2.0-Alpha3 [ 10032 ] | |
Affects | [Compatibility/Configuration] | |
Affects Version/s | 2.0-Alpha2 [ 10214 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Assignee | Mircea Toma [ mircea.toma ] | Ted Goddard [ ted.goddard ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee | Ted Goddard [ ted.goddard ] | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21229 | Wed Apr 14 16:14:48 MDT 2010 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Stored a PortableRenderer in a static field to be later used in render calls that are not initiated on JSF threads. The PortableRenderer instance is acquired using a system event listener. The listener is invoked on PostConstructApplicationEvent event which allows the code to get to the FacesContext instance as soon as possible during application startup.