-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: facesbridge-api-5.0.0, facesbridge-tck-5.0.0, facesbridge-spec-5.0.0, bridge-impl-5.0.0
-
Fix Version/s: facesbridge-api-5.0.0, facesbridge-tck-5.0.0, facesbridge-spec-5.0.0, bridge-impl-5.0.0
-
Labels:None
Beans annotated with @javax.enterprise.context.RequestScoped or @javax.portlet.annotations.PortletRequestScoped will not participate in
the "Bridge Request Scope" as defined by Section 5.1.2 of the FacesBridge Specification titled "Managing Lifecycle State".
In order to provide support for the "Bridge Request Scope", Instead, the developer must
annotate such beans with @javax.portlet.faces.annotation.BridgeRequestScoped and the FacesBridge must implement a corresponding CDI scope.