Details
Description
Remove PushRenderer.getPortableRenderer(FacesContext) as only the PushRenderer.getPortableRenderer() should be used on a JSF thread, which in fact invoked the method to be removed using FacesContext.currentInstance(). We need to avoid illegal usage of PushRenderer.getPortableRenderer(FacesContext) in case it gets invoked with a cashed FacesContext either on a non-JSF thread or using a cached FacesContext other than the FacesContext on the current JSF thread.
Activity
Jack Van Ooststroom
created issue -
Jack Van Ooststroom
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jack Van Ooststroom
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Affects | [Compatibility/Configuration] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26601 | Fri Nov 25 18:38:35 MST 2011 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/compat/progress/LongTaskManager.java
MODIFY /icefaces3/trunk/icefaces/samples/core/auction/src/main/java/org/icefaces/demo/auction/view/controllers/IntervalPushRenderer.java MODIFY /icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/application/PushRenderer.java MODIFY /icefaces3/trunk/icefaces/compat/core/src/main/java/com/icesoft/faces/async/render/SessionRenderer.java |
Jack Van Ooststroom
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Sending icefaces/compat/core/src/main/java/com/icesoft/faces/async/render/SessionRenderer.java
Sending icefaces/core/src/main/java/org/icefaces/application/PushRenderer.java
Sending icefaces/samples/core/auction/src/main/java/org/icefaces/demo/auction/view/controllers/IntervalPushRenderer.java
Sending icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/compat/progress/LongTaskManager.java
Transmitting file data ....
Committed revision 26601.