From d79bfe9bf22c3cd6f446f3c7668a20c20386ea61 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 1 May 2008 19:54:42 +0000 Subject: [PATCH 1/1] Various changes (currently broken, apparently Castor is hanging) git-svn-id: https://svn.argeo.org/slc/trunk@1090 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../webapp/WEB-INF/applicationContext.xml | 8 +-- .../main/webapp/WEB-INF/slc-ws-servlet.xml | 52 +++++++------------ 2 files changed, 24 insertions(+), 36 deletions(-) diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml index 0177380d3..9ef1c433e 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -3,7 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> - + @@ -40,13 +41,12 @@ - + + parent="slcTemplates.dao.slcExecutionDao"> \ No newline at end of file diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml index 8c3977ccd..1277f5e5e 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml @@ -3,39 +3,33 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> + + + - - + + - - + + - + - - - - - - - - - classpath:org/argeo/slc/castor/process/mapping.xml - - - classpath:org/argeo/slc/castor/test/tree/mapping.xml - - - + + - treeTestResultRequestEp + key="{http://argeo.org/projects/slc/schemas}create-tree-test-result-request"> + createTreeTestResultRequestEp @@ -66,20 +60,14 @@ - + + value="http://localhost:8080/org.argeo.slc.webapp/slcService/" /> - - - - \ No newline at end of file -- 2.39.2