-
1. Re: ResourceBundle properties not resolved since WildFly 14 (10-13 work fine)
linuxexpert Oct 19, 2018 12:40 AM (in response to linuxexpert)Well, I found the solution and I'm asking myself if the different behaviour in WildFly 14 is by design:
My i18n properties file was called messages.properties, which worked fine up to WildFly 13. With 14 it only works if I rename the file to messages_en.properties.
Can anyone clarify what the right behaviour would be here?
-
2. Re: ResourceBundle properties not resolved since WildFly 14 (10-13 work fine)
jaikiran Oct 23, 2018 2:44 AM (in response to linuxexpert)1 of 1 people found this helpfulI suspect that's a bug. But I haven't checked the latest specifications to be sure. However, given that it was working in previous versions of WildFly, could you create a JIRA here - JBoss Issue Tracker and provide the necessary details, including a link to this thread? Someone from the WildFly team could then look into it.
-
3. Re: ResourceBundle properties not resolved since WildFly 14 (10-13 work fine)
brian.stansberry Oct 24, 2018 11:04 PM (in response to linuxexpert)This is due to a flaw in Yasson: Consider renaming messages.properties · Issue #62 · eclipse-ee4j/yasson · GitHub
It has been fixed in master via an upgrade of Yasson. See [WFLY-11202] Default ResourceBundle fails to load - JBoss Issue Tracker