Application not finding message.properties (Message Bundle) in JBoss EAP
Issue
- Our application is using jstl tag library to lookup messages.properties (message bundle) in JBoss EAP
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basename" value="messages"/>
</bean>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.