[Bugfix] fixed no suitable driver found in Tomcat7 context

It seems the class loader mechanism of Tomcat7 makes problems and the
driver is not properly found. A solution is to manually force the
loading of the driver, before searching for a driver for a URL
This commit is contained in:
Robert von Burg 2013-12-27 11:03:15 +01:00
parent 2a1e2db5be
commit 58bc33696a
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.3-1100-jdbc41</version>
<scope>runtime</scope>
</dependency>
<dependency>