私はftpとの春の統合を使用しています。を使用するint-ftp:inbound-channel-adapter
と、正常に動作int-ftp:inbound-streaming-channel-adapter
しますが、次のエラーが発生します。
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'int-ftp:inbound-streaming-channel-adapter
何が欠けている可能性がありますか?
私のコードの関連部分は
<int-ftp:inbound-streaming-channel-adapter id="ftpInbound"
channel="ftpChannel"
session-factory="ftpClientFactory"
filename-pattern="*.txt"
filename-regex=".*\.txt"
filter="customFilter"
remote-file-separator="/"
comparator="comparator"
remote-directory-expression="'/OUT/SDI402_CARATT_JD'">
<int:poller fixed-rate="1000" />
</int-ftp:inbound-streaming-channel-adapter>