idFactory = (IdFactory) c.newInstance(new Object[]{
is
});
loggingManager.info("JaWEManager -> Working with '" + idfClass + "' implementation of Id Factory");
} catch (Throwable ex) {
idFactory = new IdFactory();
if (JaWE.getJaWEVersion() != JaWE.COMMUNITY_VERSION) {
String msg = "JaweManager -> Problems while instantiating Id Factory class '" + idfClass + "' - using default implementation!";
loggingManager.error(msg, ex);
} else {
loggingManager.info("JaWEManager -> Working with '" + IdFactory.class.getName() + "' implementation of Id Factory");