Thread.currentThread().setContextClassLoader(altLoader);
}
IReadAccess mf = contentAccessFactory.getPluginSystemReader("../mondrian");
if (mf.fileExists(mondrianPropsFilename)) {
IBasicFile bf = mf.fetchFile(mondrianPropsFilename);
MondrianProperties.instance().load(bf.getContents());
log.debug("Loaded mondrian properties file: " + mondrianPropsFilename);
} else {
log.debug("Cannot find mondrian properties file: "+ mondrianPropsFilename);