Package org.saiku.service.datasource

Examples of org.saiku.service.datasource.RepositoryDatasourceManager


    File f = new File(System.getProperty("java.io.tmpdir") + "/files/");
    f.mkdir();
    //this.datasourceManager = new ClassPathResourceDatasourceManager("res:saiku-org.saiku.datasources");

    this.datasourceManager =
        new RepositoryDatasourceManager();
    //InputStream inputStream= DataSteps.class.getResourceAsStream("connection.properties");
    TESTPROPS.load(inputStream);
    this.datasourceManager.load();
    this.connectionManager = new SimpleConnectionManager();
    this.connectionManager.setDataSourceManager(datasourceManager);
View Full Code Here

TOP

Related Classes of org.saiku.service.datasource.RepositoryDatasourceManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.