throw new NumberFormatException("connectiontimeout property at "+sProfile+".cnf must be greater than 1000 miliseconds");
}
// ***************************************************************
oConnPool = new JDCConnectionPool(this,
oProfEnvProps.getProperty("dburl"),
oProfEnvProps.getProperty("dbuser"),
oProfEnvProps.getProperty("dbpassword"),
iPoolSize,iMaxConns,iLoginTimeout,iConnectionTimeout);