[
https://issues.jboss.org/browse/WFLY-2713?page=com.atlassian.jira.plugin....
]
Eduardo Silva commented on WFLY-2713:
-------------------------------------
I had a different exception, and in several browsers.
An Error Occurred:
/faces/index.xhtml Not Found in ExternalContext as a Resource
- Stack Trace
com.sun.faces.context.FacesFileNotFoundException: /faces/index.xhtml Not Found in
ExternalContext as a Resource
at
com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:270)
at
com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:353)
at
com.sun.faces.facelets.impl.DefaultFaceletFactory.getMetadataFacelet(DefaultFaceletFactory.java:246)
at
com.sun.faces.application.view.ViewMetadataImpl.createMetadataView(ViewMetadataImpl.java:113)
at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:241)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:121)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87)
....
ViewExpiredException in Chrome on WildFly 8.0.0.CR1
---------------------------------------------------
Key: WFLY-2713
URL:
https://issues.jboss.org/browse/WFLY-2713
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JSF
Affects Versions: 8.0.0.CR1
Environment: WildFly 8.0.0.CR1
Chrome 31.0.1650.63 @ Fedora 20 x86_64
Reporter: Pavol Pitonak
Attachments: reproducer.zip
# unzip attached reproducer
# mvn clean package
# deploy reproducer.war to WildFly
# open
http://localhost:8080/reproducer/
# type something to the input
result:
* in Chrome, a popup with error is displayed
* server console contains stack trace:
{code}
17:10:54,852 SEVERE [javax.enterprise.resource.webcontainer.jsf.context] (default task-7)
javax.faces.application.ViewExpiredException: viewId:/index.xhtml - View /index.xhtml
could not be restored.
{code}
* works fine in Firefox 26
* works fine in WildFly 8.0.0.Beta1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira