// User has specified a pool plugin that has not registered
throw new NucleusUserException(LOCALISER_RDBMS.msg("047003", poolingType)).setFatal();
}
// Create the DataNucleusDataSourceFactory
dataSource[0] = dataSourceFactory.makePooledDataSource(storeMgr);
if (NucleusLogger.CONNECTION.isDebugEnabled())
{
NucleusLogger.CONNECTION.debug(LOCALISER_RDBMS.msg("047008", resourceType, poolingType));
}
}