You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2017/07/12 07:42:00 UTC

[jira] [Created] (TRINIDAD-2558) NPE with partialStateSaving off and viewCache off and myface core in restore View

Bernd Bohmann created TRINIDAD-2558:
---------------------------------------

             Summary: NPE with partialStateSaving off and viewCache off and myface core in restore View
                 Key: TRINIDAD-2558
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2558
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.2.0-core
            Reporter: Bernd Bohmann
            Assignee: Bernd Bohmann


Caused by: java.lang.NullPointerException
            at javax.faces.component.UIComponentBase.getRenderer(UIComponentBase.java:1335)
            at javax.faces.component.UIComponent$EventListenerWrapper.restoreState(UIComponent.java:1699)
            at javax.faces.component.UIComponentBase.restoreAttachedState(UIComponentBase.java:1916)
            at javax.faces.component._DeltaList.restoreState(_DeltaList.java:252)
            at javax.faces.component.UIComponentBase.restoreAttachedState(UIComponentBase.java:1916)
            at javax.faces.component.UIComponentBase.restoreFullSystemEventListenerClassMap(UIComponentBase.java:2292)
            at javax.faces.component.UIComponentBase.restoreState(UIComponentBase.java:2145)
            at javax.faces.component.UIOutput.restoreState(UIOutput.java:241)
            at javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1631)
            at javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1675)
            at javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1646)
            at javax.faces.component.UIViewRoot.processRestoreState(UIViewRoot.java:884)
            at org.apache.myfaces.trinidadinternal.application.StateManagerImpl.restoreView(StateManagerImpl.java:840)
            at javax.faces.application.StateManagerWrapper.restoreView(StateManagerWrapper.java:84)
            at org.apache.myfaces.shared.view.ViewDeclarationLanguageBase.restoreView(ViewDeclarationLanguageBase.java:104)
            at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.restoreView(FaceletViewDeclarationLanguage.java:2140)
            at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.restoreView(ViewDeclarationLanguageWrapper.java:74)
            at org.apache.myfaces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:336)
            at javax.faces.application.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:82)
            at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:247)
            at javax.faces.application.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:82)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)