Bug 1209860

Summary: Missing dependency "ibm.jdk" in module org.jboss.security.negotiation
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Juraj Duráni <jdurani>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED CURRENTRELEASE QA Contact: Len DiMaggio <ldimaggi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: thauser, tkirby, vhalbert
Target Milestone: ER1Keywords: QA-Closed
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1211273 (view as bug list) Environment:
Last Closed: 2016-02-10 08:48:28 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: 1211273    
Bug Blocks:    

Description Juraj Duráni 2015-04-08 11:12:41 UTC
The module org.jboss.security.negotiation is missing "ibm.jdk" dependency. This module is needed if the JDV is running on IBM jdk - contains com.ibm.security.auth.module.Krb5LoginModule class.

Comment 1 Juraj Duráni 2015-04-13 13:27:06 UTC
The module has already a "sun.jdk" dependency which contains com.sun.security.auth.module.Krb5LoginModule class. There is no problem if both these dependencies are declared at the same time.

Comment 2 Ahmed Abu Lawi 2015-04-27 14:34:09 UTC
Hi,

I've made the installer edit "/modules/system/layers/base/org/jboss/security/negotiation/main/module.xml" to add "ibm.jdk" as a dependency.