Bug 1001527
Summary: | FindProcessInstanceCommand cannot be marshalled | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Ivo Bek <ibek> | ||||
Component: | jBPM Core | Assignee: | Marco Rietveld <mrietvel> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.0.0 | CC: | atangrin, kverlaen, rzhang, smcgowan | ||||
Target Milestone: | ER5 | Keywords: | 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
Ivo Bek
2013-08-27 08:43:20 UTC
Fixed with this commit: https://github.com/droolsjbpm/jbpm/commit/664970cff10f40c7fd8e96555715effb441bd251 Please set the milestone and set the BZ to modified. 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. Created attachment 799973 [details]
response and stacktrace
Fixed with this commit: 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/99707cfbd3c71eb0b3f85e10be0436aa96c0c9a7 master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/d8951334a27155b46f947b6c1a94c5983bb12010 Verified in BPMS 6.0.0.ER5 |