we are using message resource bundle and it is called by ResourceBundle bundle = bundleManager.getBundle(basename, context.getViewRoot().getLocale(),Util.getCurrentLoader(this));
The properties files are located outside the jar and to get them loaded, we put the path to them in the classpath property of the Websphere server.
Everything is fine and working, however we no longer are able to put the path to the properties file in the classpath property fo the webspher server.
Is there a way I can pass the location to the loader in my
java code?