ICEfaces
  1. ICEfaces
  2. ICE-11192

CLONE - ace:dataTable - Table Nesting server-side error

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P02, 4.0
    • Fix Version/s: EE-3.3.0.GA_P05
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces4 trunk rev. 41775/ EE-3.3.0.GA_P02 libraries
      Browsers: all / FF30
      Server: Tomcat 7.0.42

      Description

      Test application:
      http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable

      ace:dataTable > tableNesting - selecting a row from the any table and then clicking on the paginator of the same table to go to a different page throws an exception:
      Jul 17, 2014 10:42:51 AM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
      WARNING: javax.faces.model.NoRowAvailableException
      javax.faces.FacesException: javax.faces.model.NoRowAvailableException
          at com.sun.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:273)
          at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219)
          at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219)
          at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:317)
          at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:927)
          at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
          at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
          at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198)
          at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646)
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
          at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
          at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
          at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
          at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
          at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1852)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
      Caused by: javax.faces.model.NoRowAvailableException
          at javax.faces.model.ListDataModel.getRowData(ListDataModel.java:149)
          at javax.faces.component.UIData.getRowData(UIData.java:371)
          at org.icefaces.ace.component.datatable.SelectionDeltaState.decodeMultipleSelection(SelectionDeltaState.java:116)
          at org.icefaces.ace.component.datatable.SelectionDeltaState.<init>(SelectionDeltaState.java:53)
          at org.icefaces.ace.component.datatable.DataTableDecoder.decodeSelection(DataTableDecoder.java:43)
          at org.icefaces.ace.component.datatable.DataTableRenderer.decode(DataTableRenderer.java:61)
          at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:831)

        Activity

        Hide
        Arran Mccullough added a comment -

        Cloned the issue so the fixes can be added to the EE 3.3.0 Maintenance branch.

        Show
        Arran Mccullough added a comment - Cloned the issue so the fixes can be added to the EE 3.3.0 Maintenance branch.
        Hide
        Arturo Zambrano added a comment -

        r49661: fix to reset and rebuild model in Apply Request Values phase, before processing selections, in order to avoid NoRowAvailableException's (backport)

        Show
        Arturo Zambrano added a comment - r49661: fix to reset and rebuild model in Apply Request Values phase, before processing selections, in order to avoid NoRowAvailableException's (backport)

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Carmen Cristurean
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: