[richfaces-issues] [JBoss JIRA] (RF-13696) Port fix for ExtendedPartialViewContext.release causes IllegalStateException

Juraj Húska (JIRA) issues at jboss.org
Thu Jun 26 03:54:24 EDT 2014


Juraj Húska created RF-13696:
--------------------------------

             Summary: Port fix for ExtendedPartialViewContext.release causes IllegalStateException
                 Key: RF-13696
                 URL: https://issues.jboss.org/browse/RF-13696
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.5.0.Alpha3, 5.0.0.Alpha3
            Reporter: Juraj Húska
            Assignee: Brian Leathem
             Fix For: 4.5.0.Alpha3


When using latest WildFly 9.0-SNAPSHOT including JSF 2.2.7 I get an exception immediately after login from my web-app which is using richfaces-5.0.0-SNAPSHOT.
According to Farah Juma  this is an error in RichFaces which comes up now because of a fix in JSF:
"This is a bug in RichFaces that was introduced by this recent Mojarra fix:
https://java.net/jira/browse/JAVASERVERFACES-3203
The RichFaces ExtendedPartialViewContext class just needs to be updated accordingly."

Stacktrace fragment:
{code}
Caused by: java.lang.IllegalStateException
at com.sun.faces.context.FacesContextImpl.assertNotReleased(FacesContextImpl.java:705) [jsf-impl-2.2.7-jbossorg-1.jar:]
at com.sun.faces.context.FacesContextImpl.getAttributes(FacesContextImpl.java:237) [jsf-impl-2.2.7-jbossorg-1.jar:]
at org.richfaces.context.ExtendedPartialViewContext.setInstance(ExtendedPartialViewContext.java:55) [richfaces-5.0.0-SNAPSHOT.jar:5.0.0-SNAPSHOT]
at org.richfaces.context.ExtendedPartialViewContext.release(ExtendedPartialViewContext.java:64) [richfaces-5.0.0-SNAPSHOT.jar:5.0.0-SNAPSHOT]
at org.richfaces.context.ExtendedPartialViewContextImpl.release(ExtendedPartialViewContextImpl.java:473) [richfaces-5.0.0-SNAPSHOT.jar:5.0.0-SNAPSHOT]
at com.sun.faces.context.FacesContextImpl.release(FacesContextImpl.java:591) [jsf-impl-2.2.7-jbossorg-1.jar:]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:665)  [jboss-jsf-api_2.2_spec-2.2.7.jar:2.2.7]
{code}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the richfaces-issues mailing list