Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 240433 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/datatools/connectivity/internal/InternalProfileManager.java (-1 / +2 lines)
Lines 1317-1323 Link Here
1317
1317
1318
		String defName = inName;
1318
		String defName = inName;
1319
1319
1320
		DriverInstance driverInstance = DriverManager.getInstance().getDriverInstanceByID(driverTemplateID);
1320
		DriverInstance driverInstance = DriverManager.getInstance().getDriverInstanceByName(defName);
1321
//		DriverInstance driverInstance = DriverManager.getInstance().getDriverInstanceByID(driverTemplateID);
1321
		if (driverInstance != null) {
1322
		if (driverInstance != null) {
1322
			// jarList is not required, so it can be null, which isn't going to match any jarList coming back from a DriverInstance
1323
			// jarList is not required, so it can be null, which isn't going to match any jarList coming back from a DriverInstance
1323
			if ((jarList == null) || (driverInstance.getJarList().equals(jarList))) {
1324
			if ((jarList == null) || (driverInstance.getJarList().equals(jarList))) {

Return to bug 240433