173174175176177178179
} catch (Exception e) { String msg = "Failed to initialize the user manager. " + e.getMessage(); log.error(msg, e); throw new RegistryException(msg, e); } this.tenantManager = new JDBCTenantManager(dataSource, null); }