"Unable to create the DistributedLockRepository because there is no DataSource configured. " +
"A DataSource is required to install the core schema."
);
}
return new SqlBasedDistributedLockManager( acrossDataSource, sqlBasedDistributedLockConfiguration() );
}