私はftpとのバネ統合を使用しています。私はint-ftp:inbound-channel-adapter
を使用する場合、それは正常に動作しているが、int-ftp:inbound-streaming-channel-adapter
次のエラーが得られます。FTPとインバウンドストリーミングチャネルアダプタとの統合
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
私は何をしないのだろうか?
私のコードの関連部分は、あなたの依存関係の春の統合4.3.1.RELEASEで
<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>
私は質問を整理しましたが、あなたのコードのサンプルはあなたの質問に非常に役立ちます。 – Andy
コードタグを4つのスペースで固定しました。あなたはスポイラータグを追加していました:) – Andy
あなたはこれを解決しましたか?もしそうなら、解決策は何ですか? – Steve