我正在使用ftp與spring-integration。當我使用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
什麼可能我會丟失?
我的代碼中的相關部分是你的依賴Spring集成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
我修復了代碼標籤,代碼使用了四個空格。你是添加擾流板標籤:) – Andy
你有沒有解決這個問題?如果是這樣的解決方案是什麼? – Steve