I am trying to use resource bundles with Spring\'s Message Source. Here is the way I am doing it:
@Component public class MessageResolver implements MessageS
What worked for me was something really simple.
It was
locale\messages
I changed it to
locale/messages
Just a \ to / change fixed it for me. I am using a MAC.
I have not tried *classpath, that may not have worked for me.
*classpath