cloudstack/engine
Will Stevens b5606dcce8 Merge pull request #1553 from nlivens/mysql_driver_issue
Dynamically load drivers before creating our DB connectionsSolution to the mailing thread titled "MySQL : No suitable driver found for jdbc:mysql".
It doesn't harm that we explicitely load the MySQL driver, and for those which would use a commons-dbcp version < 1.4 this would fix it as well. Since JDBC 4.0, the JDBC driver can auto-register itself, but for some weird cases (like ours), it's not working. Therefore we need to explicitly load the JDBC driver.

* pr/1553:
  Dynamic loading of DB driver + support for other DB providers

Signed-off-by: Will Stevens <williamstevens@gmail.com>
2016-05-25 23:00:42 -04:00
..
api Support for backend snapshots with XenServer 2016-05-13 01:02:04 -06:00
components-api Merge release branch 4.8 to master 2016-05-25 22:54:23 -04:00
network Updating pom.xml version numbers for release 4.9.0-SNAPSHOT 2016-01-26 15:12:20 +01:00
orchestration Merge release branch 4.8 to master 2016-05-25 22:54:23 -04:00
schema Merge pull request #1494 from nlivens/master_nuage 2016-05-25 22:58:10 -04:00
service further maven dependency updates from Daan 2016-04-22 16:36:37 +05:30
storage Dynamic loading of DB driver + support for other DB providers 2016-05-23 15:50:28 +02:00
pom.xml Updating pom.xml version numbers for release 4.9.0-SNAPSHOT 2016-01-26 15:12:20 +01:00