use of org.apache.oozie.service.Services in project oozie by apache.
the class TestSLAEventsGetJPAExecutor method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
services = new Services();
services.init();
}
use of org.apache.oozie.service.Services in project oozie by apache.
the class TestSLARegistrationQueryExecutor method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
services = new Services();
services.init();
jpaService = Services.get().get(JPAService.class);
}
use of org.apache.oozie.service.Services in project oozie by apache.
the class TestSLASummaryQueryExecutor method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
services = new Services();
services.init();
jpaService = Services.get().get(JPAService.class);
}
use of org.apache.oozie.service.Services in project oozie by apache.
the class TestWorkflowActionDeleteJPAExecutor method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
services = new Services();
services.init();
}
use of org.apache.oozie.service.Services in project oozie by apache.
the class TestWorkflowIdGetForExternalIdJPAExecutor method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
services = new Services();
services.init();
}
Aggregations