From f099967623a14772dc49947b1420a45fd25fca8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soraya=20S=C3=A1nchez=20Labandeira?= Date: Thu, 28 Feb 2013 17:41:43 +0100 Subject: [PATCH] Configuration bug fixed --- 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..dc2c7a196 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/datasource-config.xml, classpath:spring/tools-config.xml