Bug 1132190

Summary: [Engr] (6.4.0)JGroupsBroadcastGroupConfiguration Serialization Problem
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Clebert Suconic <csuconic>
Component: HornetQAssignee: Yong Hao Gao <hgao>
Status: CLOSED EOL QA Contact: Miroslav Novak <mnovak>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: cdewolf, hgao, istudens, jawilson, kkhan, msvehla
Target Milestone: DR1   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1132196 (view as bug list) Environment:
Last Closed: 2019-08-19 12:49:33 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:    
Bug Blocks: 1132168, 1132196    

Description Clebert Suconic 2014-08-20 21:15:22 UTC
Description of problem:

JGroupsBroadcastGroupConfiguration is not serializable.

That means if you used JGroups config on a connection factory, its serialization will be broken and the client won't be able to use it causing marshaling exceptions on the server.

Version-Release number of selected component (if applicable):


How reproducible:
Always:

Steps to Reproduce:
1.Configure JGroups on cluster Discovery
2.Create a connection factory and try to make a remote lookup
3.

Actual results:
SerializationExceptions

Expected results:


Additional info:


This is a very minimal change. Just adding serialization declarations to the class.

Comment 1 Kabir Khan 2014-08-24 10:56:24 UTC
Appears to be fixed by HQ upgrade to 2.3.21 https://bugzilla.redhat.com/show_bug.cgi?id=1132168. Setting to MODIFIED.

Comment 2 Miroslav Novak 2014-09-17 11:31:11 UTC
Re-opening. There is the same problem as in BZ#1132196 (6.3.x). Assigning this to Howard so he's aware to modify this bz when fix is done.