Bridge (BridgeImpl) Lifecycle listener should only process if this instance
(thread) is the active in the lifecycle
-------------------------------------------------------------------------------------------------------------------
Key: PORTLETBRIDGE-116
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-116
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 2.0.0-alpha, 1.0.0-beta
Reporter: Michael Freedman
Assignee: Michael Freedman
A Faces Lifecycle is shared among instances in the web app. This means a
LifecyleListener must take care and only run/process if it determines that it
has been called from its particular usage/run of the Lifecycle. It determines
this by ensuring that the FacesContext in the passed event is the same as the
current FacesContext (FacesContext.getCurrentInstance) i.e. the one in our
thread.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.