use of org.apache.airavata.app.catalog.util.Initialize in project airavata by apache.
the class ComputeAppCatalogExperimentCatResourceTest method setUp.
@Before
public void setUp() {
try {
initialize = new Initialize("appcatalog-derby.sql");
initialize.initializeDB();
appcatalog = RegistryFactory.getAppCatalog();
} catch (AppCatalogException e) {
logger.error(e.getMessage(), e);
}
}
use of org.apache.airavata.app.catalog.util.Initialize in project airavata by apache.
the class GatewayProfileTest method setUp.
@Before
public void setUp() {
try {
initialize = new Initialize("appcatalog-derby.sql");
initialize.initializeDB();
appcatalog = RegistryFactory.getAppCatalog();
} catch (AppCatalogException e) {
logger.error(e.getMessage(), e);
}
}
use of org.apache.airavata.app.catalog.util.Initialize in project airavata by apache.
the class AppInterfaceTest method setUp.
@Before
public void setUp() {
try {
initialize = new Initialize("appcatalog-derby.sql");
initialize.initializeDB();
appcatalog = RegistryFactory.getAppCatalog();
} catch (AppCatalogException e) {
logger.error(e.getMessage(), e);
}
}
use of org.apache.airavata.app.catalog.util.Initialize in project airavata by apache.
the class AppDeploymentTest method setUp.
@Before
public void setUp() {
try {
initialize = new Initialize("appcatalog-derby.sql");
initialize.initializeDB();
appcatalog = RegistryFactory.getAppCatalog();
} catch (AppCatalogException e) {
logger.error(e.getMessage(), e);
}
}
use of org.apache.airavata.app.catalog.util.Initialize in project airavata by apache.
the class StorageResourceAppCatalogTest method setUp.
@Before
public void setUp() {
try {
initialize = new Initialize("appcatalog-derby.sql");
initialize.initializeDB();
appcatalog = RegistryFactory.getAppCatalog();
} catch (AppCatalogException e) {
logger.error(e.getMessage(), e);
}
}
Aggregations