| Summary: | JMS API does not work due to: org.kie.services.remote.exception.KieRemoteServicesInternalError: Unknown serialization type: 1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jiri Svitak <jsvitak> | ||||
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Jiri Svitak <jsvitak> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | ibek, mbaluch, smcgowan | ||||
| Target Milestone: | --- | Keywords: | Regression, 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: | 2013-11-25 10:59:31 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: | |||||
| Attachments: |
|
||||||
|
Description
Jiri Svitak
2013-11-22 18:16:26 UTC
This is not a bug ... the serialization type has changed so it's enough to change it to 0 or to not set it at all. https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-remote/kie-services-client/src/main/java/org/kie/services/client/serialization/JaxbSerializationProvider.java#L30 Thanks Ivo. It was enough both to set message property 'serialization' to 0 or to omit the property. Previous configuration required value 1 to be set. Now raw (no kie client) JMS API works with ER5. So this is not a bug, but just a configuration change. |