Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

References to com/mysql instead of org/postgresql #1

Open
wants to merge 1 commit into
base: 2.7.0.Final-with-tutorials
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorial/JBossDeployment.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Just like MySQL, you can deploy TicketMonster to JBoss EAP, making use of a 'rea
. Install the PostgreSQL JBDC driver as a new JBoss module.
.. Define a new JBoss module named `org.postgresql` under the `modules` directory of the JBoss EAP installation. Under the `modules/system/layers/base` directory structure, create a directory named `org`, containing sub-directory named `postgresql`, containing a sub-directory named `main`. Place the PostgreSQL JBDC driver in the `main` directory. Finally, define the module via a `module.xml` file with the following contents:
+
.EAP_HOME/system/layers/base/com/mysql/main/module.xml
.EAP_HOME/system/layers/base/org/postgresql/main/module.xml
----
<module xmlns="urn:jboss:module:1.0" name="org.postgresql">
<resources>
Expand Down