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

2017-07-12 Thread Bernd Bohmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernd Bohmann resolved TRINIDAD-2558.
-
Resolution: Fixed

> 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.1.3-core, 2.2.0-core
>Reporter: Bernd Bohmann
>Assignee: Bernd Bohmann
> Fix For: 2.1.4-core, 2.2.1-core
>
>
> 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)
> Reported in 
> http://mail-archives.apache.org/mod_mbox/myfaces-users/201112.mbox/%3C4EDFB3F6.7020306%40mayet.ca%3E
>  as well



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


[jira] [Resolved] (TRINIDAD-2557) writeDoctype is not implemented in PPRResponseWriter

2017-07-12 Thread Bernd Bohmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernd Bohmann resolved TRINIDAD-2557.
-
Resolution: Fixed

> writeDoctype is not implemented in PPRResponseWriter
> 
>
> Key: TRINIDAD-2557
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2557
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 2.2.0-core
>Reporter: Bernd Bohmann
>Assignee: Bernd Bohmann
> Fix For: 2.2.1-core
>
>
> In jsf 2.2 responseWriter has the method writeDoctype. It should be skipped 
> for PPR Responses.



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


[jira] [Resolved] (TRINIDAD-2556) UIXComponentBase|UIXEditableValue#processValidators|Decodes|Updates, CoreRenderer#encodeAllChildren and UIXComponent#visitTree doesn't support component expression i

2017-07-12 Thread Bernd Bohmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernd Bohmann resolved TRINIDAD-2556.
-
Resolution: Fixed

> UIXComponentBase|UIXEditableValue#processValidators|Decodes|Updates, 
> CoreRenderer#encodeAllChildren and UIXComponent#visitTree  doesn't support 
> component expression in rendered attribute
> --
>
> Key: TRINIDAD-2556
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2556
> Project: MyFaces Trinidad
>  Issue Type: Bug
>  Components: Components
>Affects Versions: 2.1.3-core, 2.2.0-core
>Reporter: Bernd Bohmann
>Assignee: Bernd Bohmann
> Fix For: 2.1.4-core, 2.2.1-core
>
>
> In some cases the call to pushComponentToEL is to late the rendered attribute 
> will be evaluated before the push.



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


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

2017-07-12 Thread Bernd Bohmann (JIRA)
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)