Index: ssts-web/src/main/webapp/WEB-INF/spring/tests/spring-test.xml =================================================================== diff -u --- ssts-web/src/main/webapp/WEB-INF/spring/tests/spring-test.xml (revision 0) +++ ssts-web/src/main/webapp/WEB-INF/spring/tests/spring-test.xml (revision 28009) @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + PROPAGATION_REQUIRED,timeout_300 + + + + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/beanRefContext-test.xml =================================================================== diff -u -r27972 -r28009 --- ssts-web/src/main/resources/beanRefContext-test.xml (.../beanRefContext-test.xml) (revision 27972) +++ ssts-web/src/main/resources/beanRefContext-test.xml (.../beanRefContext-test.xml) (revision 28009) @@ -4,9 +4,6 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" default-autowire="byName"> - - - @@ -29,46 +26,11 @@ class="org.springframework.context.support.FileSystemXmlApplicationContext"> - - file://#{myPath.webROOT}/WEB-INF/spring/*.xml file://#{myPath.webROOT}/disinfectsystem/config/${project}/spring/*.xml + file://#{myPath.webROOT}/WEB-INF/spring/tests/*.xml - - - - - - - - - - - - - - - - - - - - - PROPAGATION_REQUIRED,timeout_300 - - - - - - - - - - - - - \ No newline at end of file