/* 754 */ this.initException = new SchedulerException("DB URL not specified for DataSource: " + dsNames[i]);
/* */
/* 757 */ throw this.initException;
/* */ }
/* */ try {
/* 760 */ PoolingConnectionProvider cp = new PoolingConnectionProvider(dsDriver, dsURL, dsUser, dsPass, dsCnt, dsValidation);
/* */
/* 763 */ dbMgr = DBConnectionManager.getInstance();
/* 764 */ dbMgr.addConnectionProvider(dsNames[i], cp);
/* */ } catch (SQLException sqle) {
/* 766 */ this.initException = new SchedulerException("Could not initialize DataSource: " + dsNames[i], sqle);