} catch (IOException ioe) {
logger.error("Could not merge veloctiy template '" + name + "'", ioe);
throw ioe;
} finally {
ica.popCurrentTemplateName();
}
}
//============================================== Helper Methods ====================================================