final SuperProperties prop = new SuperProperties().caseInsensitive(true);
prop.putAll(properties);
updateProperties(prop, converted, driver);
final PoolConfiguration config = build(PoolProperties.class, converted);
return build(TomEEDataSource.class, new TomEEDataSource(config, name), converted);
}