process-infos.txt

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));

Notifications