UimaContextAdmin uimaContext = getUimaContextAdmin();
uimaContext.setLogger(UIMAFramework.getLogger(UimacppAnalysisComponent.class));
mAnnotatorContext = new AnnotatorContext_impl(uimaContext);
if (!mVerificationMode) {
mAnnotator = new UimacppAnalysisComponent(mDescription, this);
getUimaContextAdmin().defineCasPool(mAnnotator.getCasInstancesRequired(),
getPerformanceTuningSettings(), mSofaAware);
mAnnotator.initialize(uimaContext);