throw new TemplateParseException(template, "Missing Talend project name in document template");
}
language = (String)jobSB.getAttribute("language");
if(language == null) {
throw new TalendEngineException("Missing Talend job language in document template");
}
context = (String)jobSB.getAttribute("context");
version = jobSB.getAttribute("version") != null? (String)jobSB.getAttribute("version"): "0.1";