Skip to content

Commit

Permalink
TEIIDDES-2174 added framework to manage Teiid JDBC Port override value
Browse files Browse the repository at this point in the history
for each registered Teiid instance.
  • Loading branch information
blafond committed Jan 26, 2015
1 parent 7b3267f commit 31ad7e3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import java.util.Map;
import java.util.Properties;
import java.util.Set;

import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
Expand Down Expand Up @@ -61,6 +62,7 @@
import org.teiid.designer.teiidimporter.ui.UiConstants;
import org.teiid.designer.teiidimporter.ui.panels.PropertyItem;
import org.teiid.designer.ui.common.util.WidgetUtil;
import org.teiid.designer.ui.types.DatatypeMapping;
import org.teiid.designer.ui.util.ErrorHandler;
import org.teiid.designer.ui.viewsupport.ModelUtilities;

Expand Down Expand Up @@ -91,6 +93,7 @@ public class TeiidImportManager implements ITeiidImportServer, UiConstants {
private File ddlFile;
private String uniqueImportVdbName;
private boolean redeploy = false;
private DatatypeMapping datatypeOverrides = new DatatypeMapping(true);

/**
* Set the data source name
Expand Down

0 comments on commit 31ad7e3

Please sign in to comment.