_executor = InitialContext.doLookup( "java:module/ConfigServiceWatchServiceExecutorImpl" );
} catch ( final Exception ignored ) {
}
if ( _executor == null ) {
_executor = new ConfigServiceWatchServiceExecutorImpl();
( (ConfigServiceWatchServiceExecutorImpl) _executor ).setConfig( systemRepository, ioService, repoChangedEvent, orgUnitChangedEvent, changedEvent );
}
executor = _executor;
}