]
James Perkins updated WFLY-11202:
---------------------------------
Fix Version/s: 15.0.0.Final
Default ResourceBundle fails to load
------------------------------------
Key: WFLY-11202
URL:
https://issues.jboss.org/browse/WFLY-11202
Project: WildFly
Issue Type: Bug
Components: EE
Affects Versions: 14.0.1.Final
Reporter: Andrew Schmidt
Assignee: Brian Stansberry
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
Attachments: resourcebundle.zip
Wildfly 14 no longer loads the default message bundle when a locale is specified and the
specific locale has no properties file.
For example, in the attached project, I have a messages.properties file, Wildfly 13
and previous releases would simply load the messages.properties if there is no
messages_en.properties. But in wildfly 14 this is no longer the case (it appears it
provides a different resourcebundle)