Bug 1001527 - FindProcessInstanceCommand cannot be marshalled
Summary: FindProcessInstanceCommand cannot be marshalled
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER5
: 6.0.0
Assignee: Marco Rietveld
QA Contact: Ivo Bek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-27 08:43 UTC by Ivo Bek
Modified: 2016-09-20 05:04 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:12:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
response and stacktrace (6.10 KB, text/plain)
2013-09-19 14:11 UTC, Ivo Bek
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.