Search in sources :

Example 1 with DataSourceFactory

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);
}
Also used : ConfigPropertyLoader(org.teiid.test.framework.ConfigPropertyLoader) DataSourceFactory(org.teiid.test.framework.datasource.DataSourceFactory)

Aggregations

ConfigPropertyLoader (org.teiid.test.framework.ConfigPropertyLoader)1 DataSourceFactory (org.teiid.test.framework.datasource.DataSourceFactory)1