[
https://issues.apache.org/jira/browse/MYFACES-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043713#comment-14043713
]
Matt Weaver commented on MYFACES-3899:
--------------------------------------
I added the missing jars you mentioned, it makes no change in behavior for me.
Always the first page load everything is fine, after that it is blank.
I have been trying in Tomcat, my method is very simple. I got to the manager,
choose the war file and select deploy. I tried my existing 7.0.47, I also
downloaded the latest 7.0.54 and 8.0.9 with the same results.
I also asked my coworker to deploy to his WebLogic instance for me, he did and
saw the same results, although he said he had to create a weblogic.xml file to
get it to deploy. I can get that file from him if it would help.
> Messages missing after reload with CACHE_EL_EXPRESSIONS = alwaysRecompile
> -------------------------------------------------------------------------
>
> Key: MYFACES-3899
> URL: https://issues.apache.org/jira/browse/MYFACES-3899
> Project: MyFaces Core
> Issue Type: Bug
> Components: General
> Affects Versions: 2.2.3
> Reporter: Matt Weaver
> Assignee: Leonardo Uribe
> Attachments: MessageTest.zip, build.xml, messagetest.war,
> messagetest.war
>
>
> When CACHE_EL_EXPRESSIONS is set to alwaysRecompile in the web.xml, after
> reloading sometimes all values loaded from a resource bundle come in blank.
> For example, in a page like below the first time everything looks fine, if
> you reload the page all you see is a blank page (actually everything is
> working except the outputText):
> {code:xml}
> <!DOCTYPE html>
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:h="http://java.sun.com/jsf/html">
>
>
> <f:view>
> <f:loadBundle basename="Messages" var="msg" />
>
> <h:body>
>
> <h1><h:outputText value="#{msg.hello}" /></h1>
>
> </h:body>
> </f:view>
>
> </html>
> {code}
> I will attach a full example project.
--
This message was sent by Atlassian JIRA
(v6.2#6252)