Bug 1122156

Summary: Modeshape jdbc jar is missing commons.logging
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Van Halbert <vhalbert>
Component: ProductizationAssignee: Julian Coleman <jcoleman>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: atangrin, hchiorea, jstastny, vhalbert
Target Milestone: ER6Keywords: QA-Closed
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-10 08:54: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: 1102762    

Comment 2 Horia Chiorean 2014-07-22 17:22:31 UTC
This is something that the productization process has to handle: the modeshape dependency graph for the modeshape-jdbc module contains:

[INFO] |  \- org.apache.httpcomponents:httpclient:jar:4.2.1:compile (version managed from 4
[INFO] |     +- org.apache.httpcomponents:httpcore:jar:4.2.1:compile
[INFO] |     +- commons-logging:commons-logging:jar:1.1.1:compile (version managed from 1.1
[INFO] |     \- commons-codec:commons-codec:jar:1.4:compile (version managed from 1.6)

So the jar must be taken out during the productization process.

Comment 3 JBoss JIRA Server 2014-07-22 17:52:57 UTC
Randall Hauch <rhauch> updated the status of jira MODE-2262 to Resolved

Comment 4 Horia Chiorean 2014-07-28 13:06:38 UTC
Rejecting, because this is not a ModeShape issue. The productization process is excluding this jar. See JIRA for more details.

Comment 5 Horia Chiorean 2014-07-28 13:12:07 UTC
IMO this should be assigned to prod and then re-acked.

Comment 7 Julian Coleman 2015-01-12 12:14:57 UTC
Fixed with commit a282b1f779d8356adc786612467fa5202f2aedca of rpms/modeshape.git:

    BZ-1122156
    Restore commons-logging so that the client jar can be used standalone.