BaseUIMAAsynchronousEngine_impl eeUimaEngine = new BaseUIMAAsynchronousEngine_impl();
String aSpringContainerId =
eeUimaEngine.deploy(tempFile.getAbsolutePath(), appCtx);
eeUimaEngine.undeploy(aSpringContainerId);
eeUimaEngine.stop();
}
public void testDeployAggregateServiceWithFailingCollocatedCM() throws Exception {