DataSource dataSource = DefaultLoaderFactory.setupDataSource(driver, dbUrl, user, password, 3, 2, 1);
SqlDataLoader sqlDataLoader = new SqlDataLoader(dataSource);
return sqlDataLoader;
} catch (IOException e) {
throw new InitializationException("An error occurred while loading properties", e);
}
}