"plugInDefaultErrorHandlerChain", UIMAEE_Constants.JMS_LOG_RESOURCE_BUNDLE,
"UIMAEE_add_default_eh__CONFIG", new Object[] { getComponentName() });
}
List errorHandlerList = new ArrayList();
errorHandlerList.add(new ProcessCasErrorHandler());
errorHandlerChain = new ErrorHandlerChain(errorHandlerList);
}