} else {
loggingManager.info("JaWEManager -> Working with '" + XPDLUtils.class.getName() + "' implementation of XPDLUtils");
}
}
XPDLRepositoryHandler xpdlRHandler = null;
try {
Constructor c = Class.forName(xpdlrhClass).getConstructor(new Class[]{});
xpdlRHandler = (XPDLRepositoryHandler) c.newInstance(new Object[]{});
loggingManager.info("JaWEManager -> Working with '" + xpdlrhClass + "' implementation of XPDL Repository Handler");
} catch (Throwable ex) {