Jörn Kottmann wrote: > Hello, > > on our sever message localization always fails with this error message: > MESSAGE LOCALIZATION FAILED: Can't find bundle for base name > jms_adapter_messages, locale en_DK > > This is a little annoying because even in case it fails it should just > use english error messages, > and if that fails the key of the error message is better than nothing. > > Should I open a jira ? The localization code already is trying various variations, down to the "base name" by itself. It's the Java standard "getBundle" in the standard Java class ResourceBundle. The base name here is jms_adapter_messages, and there is supposed to be a jms_adapter_messages.properties file on the classpath (it's in uimaj-as-jms project, in src/main/resources).
Can you find out why this is not on the classpath? -Marshall > > Jörn > >