Created attachment 1036229 [details] Screenshot after pressing the Solve button Description of problem: The Business Resource Planner (BRP) sample delivered in the BPMS quickstarts does not work properly/ Version-Release number of selected component (if applicable): 6.1.0 How reproducible: Steps to Reproduce: 1. Download BPMS quickstarts from customer portal https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=37623 2. Unzip the previous downloaded zip 3. Go to jboss-brms-bpmsuite-6.1.0.GA-redhat-2-quickstarts/jboss-brms-bpmsuite-quickstarts/business-resource-planner 4. mvn clean package jboss-as:deploy 5. Go to http://localhost:8080/brms-business-resource-planner/ The Vehicle routing sample screen appears and press the Solve button. Actual results: The body of the vehicle routing temporary solution is empty (see attachment) Expected results: Map of optimized vehicle routing Additional info:
This bug does not occur on optaplanner-webexamples in BRMS 6.1 https://github.com/jboss-integration/optaplanner but it does occur in the JDG quickstarts: https://github.com/jboss-developer/jboss-brms-quickstarts/ This is caused because the JDG quickstarts copy-pasted the optaplanner-webexamples code over a year ago. So the bug was fixed for optaplanner-webexamples a year ago, but there is no process to get that fix in the JDG quickstarts.
After discussion with Geoffrey we decided to remote the BRP quickstart in favor of webexamples coming with the business resource planner distribution. The readme now points to those. 6.2.x https://github.com/jboss-developer/jboss-brms-quickstarts/commit/118b322b5c07c6e2b4f8038ceeed26540a00ac40
Quickstart was removed. Moving to verified.