[jboss-jira] [JBoss JIRA] (WFLY-11275) JSF ViewMap Regression

Cody Lerum (Jira) issues at jboss.org
Thu Jan 10 18:18:00 EST 2019


     [ https://issues.jboss.org/browse/WFLY-11275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cody Lerum updated WFLY-11275:
------------------------------
    Affects Version/s: 15.0.1.Final
                       15.0.0.Final


> JSF ViewMap Regression
> ----------------------
>
>                 Key: WFLY-11275
>                 URL: https://issues.jboss.org/browse/WFLY-11275
>             Project: WildFly
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 14.0.1.Final, 15.0.0.Final, 15.0.1.Final
>         Environment: Java 8
> Wildfly 14.0.1
>            Reporter: Cody Lerum
>            Assignee: Dmitrii Tikhomirov
>            Priority: Major
>
> I'm been running into an occasional NPE in production with JSF after migrating from Wildfly 11 to Wildfly 14.0.1 ( Mojarra 2.2.13.SP4 -> 2.3.5.SP2 ) and I believe I've tracked down a small demo project that duplicates the issue. I've set the project to JSF 2.2 so it will deploy on both WF 11 and WF 14.
> The basic problem is that when two pages with the same view id are loaded in separate tabs. From there is one of the tabs is posted and the result navigates to a different view id all references to that view id are removed from the view map. If the post does not navigate to a different view id then all works normally.
> My assumption is that when the post navigates away to a new view id any reference to any page with the same view id is removed from the view map. This did not occur in Wildfly 11.
> Additional clue is that even though the viewmap reference is removed the view scoped beans referencing it are not destroyed.
> Demo project at https://github.com/codylerum/demos/tree/ee7/jsf-npe



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list