Hide Forgot
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: