0

私は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>
4

1 に答える 1

0

依存関係の春の統合 4.3.1.RELEASE で使用します。私の場合、それはまったく同じ問題を解決しました。

于 2016-08-07T03:53:32.157 に答える