Bug 1026384
| Summary: | An own type of object is not unmarshalled for the process instance | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Ivo Bek <ibek> | ||||
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | kverlaen, rrajasek, rzhang, smcgowan | ||||
| Target Milestone: | ER 7 | ||||||
| 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:10:12 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-11-04 14:28:53 UTC
It's also possible to use JMS API to reproduce the error. Don't use the JBPM Remote API there is no way how to set the MyType class to the JAXBContext. I'll file another BZ for that. Fixed, commits: 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/806355b11712147d12abeb674d3e072eda676efc https://github.com/droolsjbpm/jbpm/commit/2a784d388c056a436d93250a2ffabe60e7fbbd03 master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/fe18c8382a33b5396cdcf0203bd10947a35989e0 https://github.com/droolsjbpm/jbpm/commit/cced0599fbe3eb258ab43c7689b88022302d499d I used this test to verify that the issue is fixed: https://github.com/droolsjbpm/kie-tests/blob/6.0.x/remote-kie-tests/kie-wb-tests/kie-wb-tests-base/src/main/java/org/kie/tests/wb/base/methods/RestIntegrationTestMethods.java#L435 (Run mvn clean test -Dtest=JbossEapBasicAuthRestIntegrationTest in the kie-wb-tests-eap module). Additional problems related to this issue (serialization of classes when communicating via the REST or JMS API) have been fixed in - https://bugzilla.redhat.com/show_bug.cgi?id=1038229 I had made a mistake in the tests mentioned above. This issue should be fixed in ER6. However, if it isn't, please let me know! Thanks. Verified in BPMS 6.0.0.ER7 The configuration for own remote client is quite complicated and it should be well documented! |