From 13c22ceb280c37627bc97b55f11668c213e1ccd9 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 11 Apr 2017 12:56:20 -0400 Subject: [PATCH] FTP Outbound test: use `CachingSessionFactory` https://build.spring.io/browse/INTSAMPLES-NIGHTLY --- .../integration/FtpOutboundChannelAdapterSample-context.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml b/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml index f8017600..87dd995a 100644 --- a/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml +++ b/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml @@ -18,12 +18,16 @@ + + + + + session-factory="cachingSessionFactory">