ComponentInfo compInfo = ((UimaContextAdmin) context).getComponentInfo();
SofaMapping[] aggSofaMapping = ((AnalysisEngineDescription)resourceDescription).getSofaMappings();
if (aggSofaMapping != null && aggSofaMapping.length > 0) {
for (int i = 0; i < aggSofaMapping.length; i++) {
String absoluteSofaName = compInfo
.mapToSofaID(aggSofaMapping[i].getAggregateSofaName());
aggSofaMapping[i].setAggregateSofaName(absoluteSofaName);
}
}
}