Bug 759615

Summary: detected duplicate packages in multiple jars
Product: [Other] RHQ Project Reporter: John Mazzitelli <mazz>
Component: No ComponentAssignee: John Mazzitelli <mazz>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: unspecified Docs Contact:
Priority: high    
Version: 4.2CC: hrupp
Target Milestone: ---   
Target Release: RHQ 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-01 10:01:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Mazzitelli 2011-12-02 20:52:26 UTC
I ran my duplicate package detector utility on the lib/ directory of the CLI and the agent lib/ directory (as built in master) and got the following results. We need to look into possibly refactoring the code so the same package is not specified in two or more .jar files to avoid class loading issues when the jars are signed.

$ java -cp ~/source/rhq/modules/test-utils/target/test-utils-4.3.0-SNAPSHOT.jar org.rhq.test.DuplicatePackagesDetector ~/source/rhq/modules/enterprise/remoting/cli/target/rhq-remoting-cli-4.3.0-SNAPSHOT/lib
======================================================================
org/rhq/core/server
        rhq-core-domain-4.3.0-SNAPSHOT.jar
        rhq-enterprise-server-4.3.0-SNAPSHOT-client.jar

$ java -cp ~/source/rhq/modules/test-utils/target/test-utils-4.3.0-SNAPSHOT.jar org.rhq.test.DuplicatePackagesDetector ~/source/rhq/modules/enterprise/agent/target/rhq-agent/lib
======================================================================
org/rhq/core/clientapi/util
        rhq-core-client-api-4.3.0-SNAPSHOT.jar
        rhq-core-util-4.3.0-SNAPSHOT.jar

Comment 1 John Mazzitelli 2012-03-29 20:37:07 UTC
those duplicate packages (at least as seen in all the CLI jars) are still there:

org/rhq/core/server
        rhq-core-domain-4.4.0-SNAPSHOT.jar
        rhq-enterprise-server-4.4.0-SNAPSHOT-client.jar

which is potentially why bug #794503 is still happening.

Comment 2 John Mazzitelli 2012-03-30 19:03:47 UTC
master commits:

b0bcb5d6f5ef3f3c28e00a2bee24e3e0599de525 - refactor domain jar's org.rhq.core.server package to org.rhq.core.domain.server

3266294b4768113f529df1d77b03e056579389e5 - generates classes in a unique package name (this was for bug #794503)

bb92f0d2bf0ab28e71c775b8b3abef3adc5ff864 - moves the StringUtil from org.rhq.core.clientapi.util package (as found in core/util module) to org.rhq.core.util

Comment 3 Mike Foley 2012-03-30 19:22:43 UTC
QE: this needs to be verified in a JON Brew build ... (ie, not Jenkins)

Comment 4 Heiko W. Rupp 2013-09-01 10:01:09 UTC
Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since.