use of org.teiid.test.framework.datasource.DataSourceFactory in project teiid by teiid.
the class ConnectionStrategyFactory method main.
public static void main(String[] args) {
// NOTE: to run this test to validate the DataSourceMgr, do the following:
// --- need 3 datasources, Oracle, SqlServer and 1 other
ConfigPropertyLoader config = ConfigPropertyLoader.getInstance();
new DataSourceFactory(config);
}
Aggregations