Bug 1104328
Summary: | [GSS] (6.3.1) 'Compatible Change' Marshalling does not allow classes to be removed from the class hierarchy of a serialized class | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brad Maxwell <bmaxwell> | |
Component: | Remoting | Assignee: | David M. Lloyd <david.lloyd> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jitka Kozana <jkudrnac> | |
Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> | |
Priority: | unspecified | |||
Version: | 6.2.0 | CC: | bbaranow, kkhan, lcosti, lthon, myarboro, sgilda, smumford | |
Target Milestone: | CR1 | Keywords: | Triaged | |
Target Release: | EAP 6.3.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
** Bug fix text needed
A `ClassNotFoundException` may be encountered during unmarshalling if a class is missing from the hierarchy of a serialized class.
For example, if one system marshals class A, which extends class B, which, in turn extends class C, which is sent to a system that does not contain all three classes in the same hierarchy, an exception may be encountered on the missing class.
This issue will be addressed in the next release of the product.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1104336 1122328 (view as bug list) | Environment: | ||
Last Closed: | 2014-10-13 18:39:36 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: | ||||
Bug Depends On: | 1122328 | |||
Bug Blocks: | 1102082, 1102266, 1104336 |
Description
Brad Maxwell
2014-06-03 18:41:19 UTC
Resolved by component upgrade to 1.4.7.Final or later Moving back to ASSIGNED since 6.3.0 is still on 1.4.7 Based on Bug 1123331 and the comment above that this will not make the 6.3.0 ship, changing the Doc Type from 'Bug Fix' to 'Known Issue'. Updated the release notes Doc Text field to indicate it is a known issue instead of a bug fix. Per Bug 1123331, fixed the Doc Text: s/marshalling/unmarshalling Verified with EAP 6.3.1.CR1. |