-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
support for deploying mysql driver? #75
Comments
There are two known ways to configure a JDBC driver: (1) deploy a JDBC 4 driver or (2) configure a module. Both of them are describe in the README.MD (Line 212) If you want to configure a MySQL Driver in the way showed in the aforementioned link you could do something like PostgreSQL sample (extracted from README):
|
Oh. Thank you for explaining. I didn't realize that's what I needed to do. Lack of understanding on my part. Thank you very much. |
You're welcome. =) |
Hi, it seems the mysql JDBC driver needs some additional support to function properly.
https://zorq.net/b/2011/07/12/adding-a-mysql-datasource-to-jboss-as-7/
Could this install be puppetized and would it be appropriate to include with this module?
The text was updated successfully, but these errors were encountered: