Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1070211

Summary: No results for some of history REST operations
Product: [Retired] JBoss BPMS Platform 6 Reporter: Ivo Bek <ibek>
Component: Business CentralAssignee: Marco Rietveld <mrietvel>
Status: CLOSED CURRENTRELEASE QA Contact: Ivo Bek <ibek>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.1CC: kverlaen, rrajasek, smcgowan
Target Milestone: ER2   
Target Release: 6.0.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:02:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ivo Bek 2014-02-26 12:14:47 UTC
Description of problem:

I don't receive any results for child, node, and variable history operations (/instance/{procInstId: [0-9]+}/{oper: [a-zA-Z]+}).

Just see the source code below. The result is not set there when the code calls the appropriate methods for the requested operations.

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#L122

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Marco Rietveld 2014-02-26 17:29:56 UTC
Fixed. Commits: 

6.0.x: 
https://github.com/droolsjbpm/droolsjbpm-integration/commit/3fd54f72

master: 
https://github.com/droolsjbpm/droolsjbpm-integration/commit/a1fc1210

Ivo, again.. my apologies for the sloppy coding :( and my thanks for saving my butt!

Comment 3 Ivo Bek 2014-03-10 09:33:09 UTC
Verified in BPMS 6.0.1.ER2