[jboss-jira] [JBoss JIRA] (WFLY-3168) Wrong Mojarra version on Linux

Thorsten Richter (JIRA) issues at jboss.org
Wed Mar 26 07:05:13 EDT 2014


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

Thorsten Richter updated WFLY-3168:
-----------------------------------

    Description: 
We had a bug on Linux that the @ViewScoped annotation didn't work for AJAX requests. We found out, that the Mojarra version is causing the problem. On our Windows development machines everything worked fine, but on the Linux production server @ViewScoped didn't work.
So we searched for the root cause and found out, that the Mojarra version was different on Linux.
The Linux package of Wildfly contains an older version of Mojarra (2.1.7) within the modules/com/sun/jsf-impl folder that needs to be deleted.
The Windows package of Wildfly doesn't even contain a com folder within modules.
So maybe the whole com folder on Linux is wrong?

  was:
We had a bug on Linux that the @ViewScoped annotation didn't work for AJAX requests. We found out, that the Mojarra version is causing the problem. On our Windows development machines everything worked fine, but on the Linux production server @ViewScoped didn't work.
So we searched for the root cause and found out, that the Mojarra version was different on Linux.
The Linux package contains an older version of Mojarra (2.1.7) within the modules/com/sun/jsf-impl folder that needs to be deleted.
The Windows package doesn't even contain a com folder within modules.
So maybe the whole com folder on Linux is wrong?


    
> Wrong Mojarra version on Linux
> ------------------------------
>
>                 Key: WFLY-3168
>                 URL: https://issues.jboss.org/browse/WFLY-3168
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JSF
>    Affects Versions: 8.0.0.Final
>         Environment: Linux
>            Reporter: Thorsten Richter
>            Assignee: Farah Juma
>              Labels: jsf, linux, mojarra, viewscoped
>
> We had a bug on Linux that the @ViewScoped annotation didn't work for AJAX requests. We found out, that the Mojarra version is causing the problem. On our Windows development machines everything worked fine, but on the Linux production server @ViewScoped didn't work.
> So we searched for the root cause and found out, that the Mojarra version was different on Linux.
> The Linux package of Wildfly contains an older version of Mojarra (2.1.7) within the modules/com/sun/jsf-impl folder that needs to be deleted.
> The Windows package of Wildfly doesn't even contain a com folder within modules.
> So maybe the whole com folder on Linux is wrong?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list