{
if ("jdbc".equals(_type) && _dataSource == null)
throw new ConfigException(L.l("'jdbc' persistent-store requires a data-source"));
if (_dataSource != null) {
DistCacheSystem system = DistCacheSystem.getCurrent();
system.setJdbcDataSource(_dataSource);
/*
if (system.getJdbcCacheManager() == null) {
ResinSystem resinSystem = ResinSystem.getCurrent();
JdbcCacheManager jdbcManager