logger.error(channelName+"| messageProcessTC: Mensaje descartado por falla en traduccion: "+e.getMessage()+" |"+message);
}
}
private IMessage translateMessage(Map<String, Object> context, RootCondition t, IMessage message) throws TranslateException {
IMessage proc = null;
List<IConditionInformation> lstConditions = t.getAllConditionInformation(message);
if (lstConditions.size() == 0)
throw new TranslateException("Mensaje no machea con ninguna condicion.");
for (IConditionInformation condition : lstConditions) {