use of org.apache.oozie.service.Services in project oozie by apache.
the class TestBundleJobQueryExecutor 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 TestBundleJobsGetForPurgeJPAExecutor method setUp.
/* (non-Javadoc)
* @see org.apache.oozie.test.XFsTestCase#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 TestCoordActionGetForTimeoutJPAExecutor 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 TestBundleJobsDeleteJPAExecutor method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
services = new Services();
setClassesToBeExcluded(services.getConf(), excludedServices);
services.init();
}
use of org.apache.oozie.service.Services in project oozie by apache.
the class TestCoordJobGetReadyActionsJPAExecutor method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
services = new Services();
setClassesToBeExcluded(services.getConf(), excludedServices);
services.init();
}
Aggregations