[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220987228 ping @swill tag: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread nlivens
Github user nlivens commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220986821 Changed db.x.path to db.x.driver as @DaanHoogland suggested --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220983955 LGTM though it remains kluncy to some extend I think this is a considerable improvement over what we had --- If your project is set up for it, you can reply t

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64223844 --- Diff: client/tomcatconf/db.properties.in --- @@ -25,6 +25,7 @@ region.id=1 db.cloud.username=@DBUSER@ db.cloud.password=@DBPW@ db.

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread nlivens
Github user nlivens commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64223798 --- Diff: engine/storage/snapshot/test/resources/db.properties --- @@ -46,6 +47,8 @@ db.cloud.url.params=prepStmtCacheSize=517&cachePrepStmts=true&prepSt

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64223758 --- Diff: build/replace.properties --- @@ -21,6 +21,7 @@ DBROOTPW= MSLOG=vmops.log APISERVERLOG=api.log DBHOST=localhost +DBPATH=j

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64223544 --- Diff: engine/storage/snapshot/test/resources/db.properties --- @@ -46,6 +47,8 @@ db.cloud.url.params=prepStmtCacheSize=517&cachePrepStmts=true&p

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220976080 @nlivens supakoel --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread nlivens
Github user nlivens commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220974849 @DaanHoogland, I've added the piece we were talking about, this can be found it the logs regarding loading the driver dynamically : > 2016-05-23 05:42:57,880 DEB

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread nlivens
Github user nlivens commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64195563 --- Diff: framework/db/src/com/cloud/utils/db/TransactionLegacy.java --- @@ -1014,6 +1014,13 @@ public static void initDataSource(Properties dbProps) {

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64193717 --- Diff: framework/db/src/com/cloud/utils/db/TransactionLegacy.java --- @@ -1014,6 +1014,13 @@ public static void initDataSource(Properties dbProps

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread nlivens
Github user nlivens commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64191953 --- Diff: framework/db/src/com/cloud/utils/db/TransactionLegacy.java --- @@ -1014,6 +1014,13 @@ public static void initDataSource(Properties dbProps) {

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64179203 --- Diff: framework/db/src/com/cloud/utils/db/TransactionLegacy.java --- @@ -1014,6 +1014,13 @@ public static void initDataSource(Properties dbProps

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-23 Thread nlivens
Github user nlivens commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64178488 --- Diff: framework/db/src/com/cloud/utils/db/TransactionLegacy.java --- @@ -1014,6 +1014,13 @@ public static void initDataSource(Properties dbProps) {

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-20 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1553#discussion_r64040574 --- Diff: framework/db/src/com/cloud/utils/db/TransactionLegacy.java --- @@ -1014,6 +1014,13 @@ public static void initDataSource(Properties dbProps

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-20 Thread nlivens
Github user nlivens commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220599141 @DaanHoogland, triggering you for review as well, this is only a small code change --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-20 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220547372 LGTM, I am aware about the issue and the changes are therefore needed. Thanks @nlivens --- If your project is set up for it, you can reply to this email and have yo

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-20 Thread nlivens
Github user nlivens commented on the pull request: https://github.com/apache/cloudstack/pull/1553#issuecomment-220546975 @swill, @rhtyd, @kiwiflyer, triggering you guys because you were part of this mailing thread. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack pull request: Explicitely load JDBC driver before creat...

2016-05-20 Thread nlivens
GitHub user nlivens opened a pull request: https://github.com/apache/cloudstack/pull/1553 Explicitely load JDBC driver before creating our MySQL connections Solution to the mailing thread titled "MySQL : No suitable driver found for jdbc:mysql". It doesn't harm that we explicite