jbossdemocentral / bpms-travel-agency-demo

A JBoss BPM Suite demo project around a travel agency booking workflow.
35 stars 43 forks source link

Installation on Windows 10 is broken #44

Closed DuncanDoyle closed 8 years ago

DuncanDoyle commented 8 years ago

The init.bat script does not work on Windows 10 (haven't tested other Windows versions yet). What happens is that the main bat file opens another terminal window when it starts the installation of EAP, but the main terminal window doesn't wait for that other terminal to finish. So, the main terminal wants to start the application of the patch, while the installation of EAP has not finished yet.

I recall that we have had the same issue on one of the other demo's and that someone provided a fix for this, so can try to incorporate that fix here as well.

DuncanDoyle commented 8 years ago

This was the fix I mentioned in the issue: https://github.com/jbossdemocentral/bpms-generic-loan-demo/issues/16

Seems like the same problem.

DuncanDoyle commented 8 years ago

We've decided to move to Powershell scripts, which provide more options to run our installers, are easier to configure and, most importantly, seem to work