Bug 1016015 - Install a JDBC Driver as a Core Module - wrong module path
Summary: Install a JDBC Driver as a Core Module - wrong module path
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Tom WELLS
QA Contact: Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-07 10:16 UTC by Martin Simka
Modified: 2015-05-18 01:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.