INSAMPLES-12 changed remote-filename-expression to be remote-filename-generator-expression to compliant with changes in INT-1631

This commit is contained in:
Oleg Zhurakousky
2010-11-18 08:45:57 -05:00
parent 24800390db
commit 45f865e34f
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
<int-sftp:outbound-channel-adapter id="sftpOutboundAdapter"
session-factory="sftpSessionFactory"
channel="inputChannel"
remote-filename-expression="payload.getName() + '_foo'"
remote-filename-generator-expression="payload.getName() + '_foo'"
remote-directory="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/samples/basic/sftp/remote-target-dir"/>
</beans>