-
Type:
Feature Request
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 4.2.0.CR1
-
Fix Version/s: 4.2.0.CR1
-
Component/s: core
-
Labels:None
For applications like Showcase which are accessing TopicsContext from non-FacesContext threads,
PushContext needs to be initialized from the thread which have FacesContext/ExternalContext
accessible.
These applications are typically pushing messages to the topic periodically
or they receive messages externally (JMS).
New switch org.richfaces.push.initializeOnStartup should be false by default,
since regular usage of Push does not require so early initialization.