Hi,
I am looking to set up continuous integration and when calling:
BusinessArchiveFactory.readBusinessArchive(entry.getValue()) ;
I get an error, “Invalid Business Archive format”. When debugging I can see we get the content of prosess-infos.txt:from the business archive file:
IOUtil.read(new File(barFolder, “process-infos.txt”));
and compare this to a runtime generated process-infos:
this.getProcessInfos(this.generateInfosFromDefinition(processDefinition));
these values are different (lqsyfBlyKFciziGMc0C+Sg== and Jf8TirOpn34GNN2IeaYa/ocAjm4=) so the exception is thrown.
Any ideas why this might be happening?
Thanks