Bug 962544

Summary: JGroups classes missing in EAP 6
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: dereed
Component: ClusteringAssignee: dereed
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: jawilson, jkudrnac, myarboro, rhusar, rjanik
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 dereed 2013-05-13 20:25:45 UTC
JGroups jar included in EAP6 is missing a lot of classes from the community jar.

(Everything in org.jgroups.tests.*, including Probe, McastSenderTest/MCastReceiverTest, and LargeState, which are used for debugging problems in EAP clusters).

Comment 3 Paul Gier 2013-05-13 21:16:46 UTC
JGroups 3.0.14.Final-redhat-1 (in eap 6.0.1) has the missing classes, but the newer prod build 3.2.7.Final-redhat-1 (in eap 6.1.0) includes the classes.

The product build uses the maven build for JGroups which changed between those two versions.
https://github.com/belaban/JGroups/commit/1714fd50c9b83e9828a76aeac64521fdc7f00e71

Comment 5 Radoslav Husar 2013-05-14 12:38:19 UTC
Moving on to QA then.

Comment 6 Richard Janík 2013-05-15 07:26:04 UTC
There are some classes missing against the community jar:

org/jgroups/tests/bla$1.class
org/jgroups/tests/bla.class
org/jgroups/tests/bla2.class
org/jgroups/tests/bla3.class
org/jgroups/tests/bla6$Credits.class
org/jgroups/tests/bla6$RandomSender.class
org/jgroups/tests/bla6$Sender.class
org/jgroups/tests/bla6.class

Since the Probe, McastSenderTest/MCastReceiverTest, and LargeState classes are there, I'm setting this to verified.

Comment 7 JBoss JIRA Server 2013-05-17 16:31:37 UTC
Bela Ban <bela> made a comment on jira JGRP-1631

send me a PR if you want the maven build fixed. I don't use maven to build JGroups; I use ant

Comment 10 JBoss JIRA Server 2014-01-22 11:47:33 UTC
Bela Ban <bela> updated the status of jira JGRP-1631 to Resolved