Continuous Integration - Invalid Business Archive format

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

I am using version 7.1.0

I manually changed process-infos.txt in the .bar file and we got past this step but we really need to know why there is a difference in the values.