Hi all,
My problem is that I need to register resource bundles stored in Data Dictionary/Messages and make them available to webscripts. I tried using the MessageService. Debugging it if I query for a key just after registering the resource bundle works fine. But in another thread the MessageService always returns null. I have to say I'm using a non-tenant alfresco installation.
My first idea was to register the resource bundles using the I18NUtil class, but couldn't figure out how to do so with the bundles within the store.
Any help would be great!