* buildDataSourceImpl
* @throws Exception exception
*/
public void buildDataSourceImpl() throws Exception
{
dsImpl = new DataSourceImpl(connectionUrl, driverClass, dataSourceClass, driver, transactionIsolation,
connectionProperties, timeOut, security,
statement, validation, urlDelimiter,
urlSelectorStrategyClassName, newConnectionSql, useJavaContext, poolName,
enabled, jndiName, spy, useCcm, jta, pool);
}