}
@Override
public void setConfig(IndividualCacheLoaderConfig base)
{
super.setConfig(base);
AdjListJDBCCacheLoaderConfig config = processConfig(base);
if (config.getDatasourceName() == null)
{
return;
}
/* We create the JDBCConnectionFactory instance but the JNDI lookup is no done until
the start method is called, since that's when its registered in its lifecycle */