Description of problem: Two of the history operations are at wrong path. The methods are called "variable_varId_instances" and "variable_varId_value_valueVal_instances". See their paths containing "/history" before "/variable", so the real full path is "/history/history/variable/..." https://github.com/droolsjbpm/droolsjbpm-integration/blob/6.0.x/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/rest/HistoryResource.java#L221 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Marco, within this BZ please fix also the @PathParam("procId") variableId for variable_varId_value_valueVal_instances https://github.com/droolsjbpm/droolsjbpm-integration/blob/6.0.x/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/rest/HistoryResource.java#L237 Thank you
Fixed. Commits: 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/21da70e3 master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/a24dfc24 Apologies for the sloppy coding.. :( And thank you for saving my butt, Ivo!
Not a problem ;) ... have you noticed the comment 1? I worry because I miss a fix for the variableId in the commits.
Oops, just saw that (commit 1). Fixed. Commits: 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/2953399b master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/b4b2a5ff
Verified in BPMS 6.0.1.ER2