Index: ssts-web/src/test/java/test/forgon/disinfectsystem/AbstractCSSDTest.java =================================================================== diff -u -r23962 -r23968 --- ssts-web/src/test/java/test/forgon/disinfectsystem/AbstractCSSDTest.java (.../AbstractCSSDTest.java) (revision 23962) +++ ssts-web/src/test/java/test/forgon/disinfectsystem/AbstractCSSDTest.java (.../AbstractCSSDTest.java) (revision 23968) @@ -117,7 +117,7 @@ * Terry Kwan,2018-08-11 * */ -@ContextConfiguration(locations={"classpath:spring/test/applicationContext-test.xml"}) +@ContextConfiguration(locations={"classpath:beanRefContext-test.xml"}) @TestPropertySource("classpath:jdbc.properties") public class AbstractCSSDTest extends AbstractTransactionalTestNGSpringContextTests{ Index: ssts-web/src/main/resources/beanRefContext-test.xml =================================================================== diff -u --- ssts-web/src/main/resources/beanRefContext-test.xml (revision 0) +++ ssts-web/src/main/resources/beanRefContext-test.xml (revision 23968) @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + PROPAGATION_REQUIRED,timeout_300 + + + + + + + + + + + + + + \ No newline at end of file