[JBoss JIRA] (RF-13685) ExtendedPartialViewContext.release causes IllegalStateException
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13685?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13685:
-------------------------------
Fix Version/s: 4.5.0.Alpha3
> ExtendedPartialViewContext.release causes IllegalStateException
> ---------------------------------------------------------------
>
> Key: RF-13685
> URL: https://issues.jboss.org/browse/RF-13685
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.0.Alpha3
> Reporter: Frank Langelage
> 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)
10 years, 5 months
[JBoss JIRA] (RF-13685) ExtendedPartialViewContext.release causes IllegalStateException
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13685?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13685:
-------------------------------
Description:
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}
was:
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:
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]
> ExtendedPartialViewContext.release causes IllegalStateException
> ---------------------------------------------------------------
>
> Key: RF-13685
> URL: https://issues.jboss.org/browse/RF-13685
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.0.Alpha3
> Reporter: Frank Langelage
>
> 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)
10 years, 5 months
[JBoss JIRA] (RF-13682) Stateless view: CSS stylesheets not included in head after form submit
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13682:
------------------------------------
With what implementation and version of JSF were you trying this?
> Stateless view: CSS stylesheets not included in head after form submit
> ----------------------------------------------------------------------
>
> Key: RF-13682
> URL: https://issues.jboss.org/browse/RF-13682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Environment: OpenSuse 13.1 x64
> OpenJDK 1.7.0_51
> Apache Tomcat 8.0.8
> Reporter: Tony Cramer
> Labels: waiting_on_user
> Attachments: rf-demo-skinning.zip, rf-demo-skinning_and_style.zip
>
>
> If view is stateless <f:view transient="true"...
> Issue 1. skinning.css is not included after submitting a form at all.
> Issue 2. Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
> Maven project reproducing the issue attached.
> Please use "rf-demo-skinning_and_style.zip" - reproduces both issues.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13682) Stateless view: CSS stylesheets not included in head after form submit
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13682:
-------------------------------
Labels: waiting_on_user (was: )
> Stateless view: CSS stylesheets not included in head after form submit
> ----------------------------------------------------------------------
>
> Key: RF-13682
> URL: https://issues.jboss.org/browse/RF-13682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Environment: OpenSuse 13.1 x64
> OpenJDK 1.7.0_51
> Apache Tomcat 8.0.8
> Reporter: Tony Cramer
> Labels: waiting_on_user
> Attachments: rf-demo-skinning.zip, rf-demo-skinning_and_style.zip
>
>
> If view is stateless <f:view transient="true"...
> Issue 1. skinning.css is not included after submitting a form at all.
> Issue 2. Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
> Maven project reproducing the issue attached.
> Please use "rf-demo-skinning_and_style.zip" - reproduces both issues.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13678) Render @all does not work for nested a4j:region in collapsibleSubTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13678?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13678:
-------------------------------
Sprint: 4.5.0.Alpha3 - Sprint 4
> Render @all does not work for nested a4j:region in collapsibleSubTable
> ----------------------------------------------------------------------
>
> Key: RF-13678
> URL: https://issues.jboss.org/browse/RF-13678
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> Suppose nested {{regions}} in a {{collapsibleSubTable}}.
> Those regions are not updated when a {{commandButton}} with {{render}} attribute set to {{@all}} is submitted.
> IMHO it is somehow connected with RF-13677, however, this issue occurs only with combination of {{regions}} and {{collapsibleSubTable}}, other iteration components works in this matter.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13677) InputNumberSlider & Spinner render does not work when nested in iteration components
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13677:
------------------------------------
[~michpetrov] it's likely that the interface was present purely as a means of providing the VDL documentation for the attributes. Can you confirm that the VDL is still correct after you removed the interface?
> InputNumberSlider & Spinner render does not work when nested in iteration components
> ------------------------------------------------------------------------------------
>
> Key: RF-13677
> URL: https://issues.jboss.org/browse/RF-13677
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> When {{inputNumberSlider}} or {{inputNumberSpinner}} is nested in either of these iteration components:
> * uiRepeat
> * a4jRepeat
> * richExtendedDataTable
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> then the property of the bean bound to its {{value}} attribute is not updated by ajax request.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months