]
Brian Stansberry commented on WFLY-11234:
-----------------------------------------
I reconfirmed that the WFLY-11202 problem is indeed fixed in 15.0.1. The deployment
attached to that one deploys. I also tweaked the test app there to prove that the message
is indeed resolved correctly, i.e. not just that it doesn't fail. Works.
So there must be something different about your use case.
Since WildFly 14 i18n ResourceBundle properties file not found if
without locale
--------------------------------------------------------------------------------
Key: WFLY-11234
URL:
https://issues.jboss.org/browse/WFLY-11234
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 14.0.1.Final
Environment: Ubuntu 18.04, OpenJDK 8 and 11
Reporter: Anton Pussep
Assignee: Farah Juma
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
As discussed in this thread
https://developer.jboss.org/message/985930
my i18n properties have not been resolved on WildFly 14.0.1.Final - it was working fine
through WildFly 10-13, however. I could solve the issue by renaming my properties file
from messages.properties to messages_en.properties. Since this solved the issue, I suspect
that WildFly 14 does not accept filenames without locale anymore. Since I'm not sure
if this is by design, I'm posting this as a bug report here.