Bug 1016015

Summary: Install a JDBC Driver as a Core Module - wrong module path
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Martin Simka <msimka>
Component: DocumentationAssignee: Tom WELLS <twells>
Status: CLOSED NOTABUG QA Contact: Russell Dickenson <rdickens>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: lcarlon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14874, Administration and Configuration Guide-6.2-1 Build Date: 02-10-2013 13:01:57 Topic ID: 8849-540065 [Latest]
Last Closed: 2013-10-08 00:54:57 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:

Description Martin Simka 2013-10-07 10:16:57 UTC
Title: Install a JDBC Driver as a Core Module

Describe the issue:
***************************

In section:
Procedure 6.2. Install a JDBC Driver as a Core Module

    Create a file path structure under the EAP_HOME/modules/ directory. For example, for a MySQL JDBC driver, create a directory structure as follows: EAP_HOME/modules/com/mysql/main/.
    Copy the JDBC driver JAR into the main/ subdirectory.
    In the main/ subdirectory, create a module.xml file similar to the example in Section 7.1.1, “Modules”. The module XSD is defined in the EAP_HOME/docs/schema/module-1_2.xsd file. 

Path EAP_HOME/modules/... is not valid for EAP 6.2

Suggestions for improvement:
***************************
Correct path is EAP_HOME/modules/system/layers/base/ so it should be: 

Create a file path structure under the EAP_HOME/modules/system/layers/base/ and EAP_HOME/modules/system/layers/base/com/mysql/main


Additional information: