Bug 1326805
| Summary: | Serialization problems on websphere as a result of BZ-1299549 | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marco Rietveld <mrietvel> |
| Component: | Business Central | Assignee: | Shelly McGowan <smcgowan> |
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | urgent | Docs Contact: | Tomas 'Sheldon' Radej <tradej> |
| Priority: | urgent | ||
| Version: | 6.3.0 | CC: | etirelli, kverlaen, smcgowan, tradej |
| Target Milestone: | CR1 | Keywords: | Regression |
| Target Release: | 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
When Business Central is installed on IBM WebSphere, direct REST calls involving user-defined classes fail due to a serialization issue. The only workaround is using the Java REST client (if possible).
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 20:13:39 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: | |||
|
Description
Marco Rietveld
2016-04-13 12:46:22 UTC
"Fixed". This is a configuration problem (see the next comment). Documentation PR: https://github.com/droolsjbpm/kie-wb-distributions/pull/268 Documentation text submitted. PR's submitted: https://github.com/droolsjbpm/droolsjbpm-integration/pull/442 https://github.com/droolsjbpm/kie-wb-distributions/pull/268 Fixed. Commits: 6.4.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/224900cc https://github.com/droolsjbpm/kie-wb-distributions/commit/adb0979e It seems that these commits fix the bug only partially. I have just tested it on the latest snapshot and while REST client calls with custom types work without any problems, direct REST calls still fail with the same exception: org.kie.remote.services.exception.KieRemoteServicesDeploymentException: Could not unmarshall user-defined class instance parameter of type... Documented as a known issue for 6.3. We will adjust the documentation once a permanent fix is found. The tests that failed on the snapshot passed on the latest productized build so the issue is completely fixed. Verified on BPM Suite 6.3.0 CR1 |