[JBoss JIRA] (RF-13691) EDT in uiRepeat - selection corrupted in multiple paged table
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13691?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13691:
------------------------------------
Re-check once RF-13690 is resolved to make sure this is indeed a duplicate.
> EDT in uiRepeat - selection corrupted in multiple paged table
> -------------------------------------------------------------
>
> Key: RF-13691
> URL: https://issues.jboss.org/browse/RF-13691
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.5.0.Alpha3
> Environment: WildFly 8.1.
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Labels: regression, uiRepeat#setIndex
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When {{EDT}} is in {{uiRepeat}} and has multiple pages, then selection of rows functionality does not work as expected.
> It seems that there is a problem with row indices. Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (RF-13691) EDT in uiRepeat - selection corrupted in multiple paged table
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13691?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13691.
--------------------------------
Assignee: (was: Brian Leathem)
Fix Version/s: (was: 4.5.0.Alpha3)
Resolution: Duplicate Issue
> EDT in uiRepeat - selection corrupted in multiple paged table
> -------------------------------------------------------------
>
> Key: RF-13691
> URL: https://issues.jboss.org/browse/RF-13691
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.5.0.Alpha3
> Environment: WildFly 8.1.
> Reporter: Juraj Húska
> Labels: regression, uiRepeat#setIndex
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When {{EDT}} is in {{uiRepeat}} and has multiple pages, then selection of rows functionality does not work as expected.
> It seems that there is a problem with row indices. Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (RF-13690) DataTable in uiRepeat - scrolling in table makes columns unsorted again
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13690?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13690:
------------------------------------
This regression is caused by an upstream change in mojarra. We need to create a reproducer and file an upstream issue. Bumping to 4.5.0.Beta1.
> DataTable in uiRepeat - scrolling in table makes columns unsorted again
> -----------------------------------------------------------------------
>
> Key: RF-13690
> URL: https://issues.jboss.org/browse/RF-13690
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.5.0.Alpha3
> Environment: WildFly 8.1.
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Labels: regression, uiRepeat#setIndex
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When {{DataTable}} is nested in {{uiRepeat}}, then scrolling over the table with {{dataScroller}} makes sorting according to some column broken - the columns are unsorted.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (RF-13690) DataTable in uiRepeat - scrolling in table makes columns unsorted again
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13690?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13690:
-------------------------------
Fix Version/s: 4.5.0.Beta1
(was: 4.5.0.Alpha3)
> DataTable in uiRepeat - scrolling in table makes columns unsorted again
> -----------------------------------------------------------------------
>
> Key: RF-13690
> URL: https://issues.jboss.org/browse/RF-13690
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.5.0.Alpha3
> Environment: WildFly 8.1.
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Labels: regression, uiRepeat#setIndex
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When {{DataTable}} is nested in {{uiRepeat}}, then scrolling over the table with {{dataScroller}} makes sorting according to some column broken - the columns are unsorted.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (RF-13726) partialViewContext.release triggering assertNotReleased
by mel turphin (JIRA)
[ https://issues.jboss.org/browse/RF-13726?page=com.atlassian.jira.plugin.s... ]
mel turphin updated RF-13726:
-----------------------------
looks related to [richfaces-issues] [JBoss JIRA] (RF-13685)
> partialViewContext.release triggering assertNotReleased
> -------------------------------------------------------
>
> Key: RF-13726
> URL: https://issues.jboss.org/browse/RF-13726
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.3.7
> Environment: JSF 2.2 Mojarra + Richfaces 4.3
> Eclipse + Tomcat
> Reporter: mel turphin
> Priority: Critical
>
> when the release method is called on
> com.sun.faces.context.FacesContextImpl
> the first thing that is done is to mark relased=true
>
> released = true;
> later on partialViewContext.release can be called
> partialViewContext.release();
> this is following some set of calls that ends with getAttributes and assertNotReleased raising an exception since the context was already marked as released
> ExtendedPartialViewContextImpl
> org.richfaces.context.ExtendedPartialViewContext.release()
> setInstance(facesContext, null);
> facesContext.getAttributes().put(ATTRIBUTE_NAME, instance);
> getAttributes --> assertNotReleased();
> stack trace:
> SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/rf43] threw exception
> java.lang.IllegalStateException
> at com.sun.faces.context.FacesContextImpl.assertNotReleased(FacesContextImpl.java:705)
> at com.sun.faces.context.FacesContextImpl.getAttributes(FacesContextImpl.java:237)
> at org.richfaces.context.ExtendedPartialViewContext.setInstance(ExtendedPartialViewContext.java:55)
> at org.richfaces.context.ExtendedPartialViewContext.release(ExtendedPartialViewContext.java:64)
> at org.richfaces.context.ExtendedPartialViewContextImpl.release(ExtendedPartialViewContextImpl.java:424)
> at com.sun.faces.context.FacesContextImpl.release(FacesContextImpl.java:591)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:665)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
> at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
> at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
> at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:744)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (RF-13691) EDT in uiRepeat - selection corrupted in multiple paged table
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13691?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13691:
-------------------------------
Labels: regression uiRepeat#setIndex (was: regression)
> EDT in uiRepeat - selection corrupted in multiple paged table
> -------------------------------------------------------------
>
> Key: RF-13691
> URL: https://issues.jboss.org/browse/RF-13691
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.5.0.Alpha3
> Environment: WildFly 8.1.
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Labels: regression, uiRepeat#setIndex
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When {{EDT}} is in {{uiRepeat}} and has multiple pages, then selection of rows functionality does not work as expected.
> It seems that there is a problem with row indices. Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (RF-13690) DataTable in uiRepeat - scrolling in table makes columns unsorted again
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13690?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13690:
-------------------------------
Labels: regression uiRepeat#setIndex (was: regression)
> DataTable in uiRepeat - scrolling in table makes columns unsorted again
> -----------------------------------------------------------------------
>
> Key: RF-13690
> URL: https://issues.jboss.org/browse/RF-13690
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.5.0.Alpha3
> Environment: WildFly 8.1.
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Labels: regression, uiRepeat#setIndex
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When {{DataTable}} is nested in {{uiRepeat}}, then scrolling over the table with {{dataScroller}} makes sorting according to some column broken - the columns are unsorted.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months