final String solution = pathModel.getSolution();
final FastMessageFormat messageFormat = new FastMessageFormat
("/content/reporting/?renderMode=XML&solution={0}&path={1}&name={2}");
messageFormat.setNullString("");
return loginData.getUrl() + messageFormat.format(new Object[]{solution, path, name});
}
logger.debug("Ancient pentaho system detected: We will not have access to a working parameter service");
return null;
}