Bug 1001527

Summary: FindProcessInstanceCommand cannot be marshalled
Product: [Retired] JBoss BPMS Platform 6 Reporter: Ivo Bek <ibek>
Component: jBPM CoreAssignee: Marco Rietveld <mrietvel>
Status: CLOSED CURRENTRELEASE QA Contact: Ivo Bek <ibek>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: atangrin, kverlaen, rzhang, smcgowan
Target Milestone: ER5Keywords: TestBlocker
Target Release: 6.0.0   
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:12:37 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:
Attachments:
Description Flags
response and stacktrace none

Description Ivo Bek 2013-08-27 08:43:20 UTC
Description of problem:

The FindProcessInstanceCommand and FindProcessInstancesCommand don't contain any anotations to be marshalled. I mean the XML bind annotations. These commands are important to get logs about process instances via JMS API, there is no other option because GetProcessInstanceCommand returns just details about the running process instances.

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 2013-08-29 07:50:21 UTC
Fixed with this commit: 

https://github.com/droolsjbpm/jbpm/commit/664970cff10f40c7fd8e96555715effb441bd251

Please set the milestone and set the BZ to modified.

Comment 2 Ivo Bek 2013-09-19 14:11:13 UTC
Still, it's not possible to marshall FindProcessInstanceCommand. I use following class and method to marshall it:

String xmlStr = JaxbSerializationProvider.convertJaxbObjectToString(req);

Seems, the Jaxb context doesn't know about the class or its super class. I will attach response and stacktrace with the exception.

Comment 3 Ivo Bek 2013-09-19 14:11:48 UTC
Created attachment 799973 [details]
response and stacktrace

Comment 9 Ivo Bek 2013-12-04 08:33:09 UTC
Verified in BPMS 6.0.0.ER5