SaikuDatasource sd = new SaikuDatasource(name, SaikuDatasource.Type.OLAP, props);
datasources.put(name, sd);
}
} catch(Exception e) {
e.printStackTrace();
LOG.error(e);
}
if (LOG.isDebugEnabled()) {
if (doc == null) {
LOG.debug("Original Document is null");