From 7eca0ebabe76348a30b460560011ed36fdc00a9f Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Wed, 27 Feb 2013 02:19:31 +0100 Subject: [PATCH] changed config file name, as dao-config.xml does not exist anymore --- src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 2213ed2ed..92fe20425 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -24,7 +24,7 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" --> contextConfigLocation - classpath:spring/dao-config.xml, classpath:spring/tools-config.xml + classpath:spring/business-config.xml, classpath:spring/tools-config.xml