Spring Integration ftp の outbound-channel-adapter を使用しています
<int-ftp:outbound-channel-adapter id="ftpOutAdapterAutoCreate"
session-factory="ftpSessionFactory" channel="outChannel"
remote-directory-expression="headers.['remotedir']" charset="UTF-8" />
私のJavaコードでは、ヘッダーにリモートディレクトリを設定しています。
org.springframework.integration.Message<File> messageA=
org.springframework.integration.support.MessageBuilder
.withPayload(reqFile).setHeader("remotedir", "/errorOrders").build();
デプロイ中に表示されるエラー メッセージ
org.springframework.expression.spel.SpelParseException: EL1049E:(pos 7):
Unexpected data after '.': 'lsquare([)'