From 58bc33696aa2c54b9dc65ca8f975473cf4a4e4ba Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 27 Dec 2013 11:03:15 +0100 Subject: [PATCH] [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 --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index c71236c9d..644f000ef 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,6 @@ org.postgresql postgresql 9.3-1100-jdbc41 - runtime