ReflectionUtils.createClazzInstance(historyServiceClassName);
historyLoggingService.setAppContext(context);
addService(historyLoggingService);
if (recoveryEnabled) {
recoveryService = new RecoveryService(context);
addService(recoveryService);
}
super.serviceInit(conf);
}