new ArrayList<Definition>(getWSDLs(htArchiveInputStream).values()),
getHumanTaskArchiveName(humanTaskArchive)); */
} catch (IOException e) {
errMsg = "IO error while reading human task archive " + humanTaskArchive.getPath() + ".";
log.error(errMsg, e);
throw new HumanTaskStoreException(errMsg, e);
}/* catch (XmlException e) {
errMsg = "XML parsing error while processing human task archive " + humanTaskArchive.getPath() + ".";
log.error(errMsg);
throw new HumanTaskStoreException(errMsg, e);
} catch (WSDLException e) {