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
Activity
Vernon Singleton
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-4.0.0.GA [ 11171 ] |
Judy Guglielmin
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Assignee | Ken Fyten [ ken.fyten ] | Mircea Toma [ mircea.toma ] |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43894 | Mon Jan 12 13:18:11 MST 2015 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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: