Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ICECORE-Components
-
Labels:None
-
Environment:all
-
Assignee Priority:P2
Description
WindowScopeManager cannot create a scope when it used as a dependency inside of a webapp, and that webapp runs along side the Liferay Portal. The showcase (webapp) errors/warning as follows:
WARNING: JSF1086: Custom scope '#{window}' evaluated to null. Unable to determine if managed bean exists.
Dec 19, 2014 10:30:45 PM com.sun.faces.mgbean.BeanManager$ScopeManager$CustomScopeHandler handle
WARNING: JSF1085: Custom scope '#{window}' evaluated to null. Managed bean was not pushed to scope.
Dec 19, 2014 10:30:45 PM org.icefaces.impl.event.BridgeSetup getBodyResources
WARNING: Unable to find WindowScope for view /showcase.xhtml
WARNING: JSF1086: Custom scope '#{window}' evaluated to null. Unable to determine if managed bean exists.
Dec 19, 2014 10:30:45 PM com.sun.faces.mgbean.BeanManager$ScopeManager$CustomScopeHandler handle
WARNING: JSF1085: Custom scope '#{window}' evaluated to null. Managed bean was not pushed to scope.
Dec 19, 2014 10:30:45 PM org.icefaces.impl.event.BridgeSetup getBodyResources
WARNING: Unable to find WindowScope for view /showcase.xhtml
Steps to reproduce:
1. Download a showcase war
2. Deploy the war in the webapp folder of a running Liferay tomcat bundle.
3. Navigate to the localhost/showcase url
Expected results: The showcase should render.
Actual results: The showcase does not render, and the following errors/warnings appear in catalina.out: