2016-08-01 85 views
0

我正在使用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> 
+0

我已經清理了這個問題,但是您的代碼示例在回答您的問題時非常有用。 – Andy

+0

我修復了代碼標籤,代碼使用了四個空格。你是添加擾流板標籤:) – Andy

+0

你有沒有解決這個問題?如果是這樣的解決方案是什麼? – Steve

回答

0

使用。這解決了我的情況完全相同的問題。

+0

我正在使用以下pom條目,但仍然出現錯誤。 \t \t \t org.springframework.integration \t \t 彈簧集成核心 \t \t 4.3.1.RELEASE \t \t在XML –

+0

,我使用下列URL HTTP:/ /www.springframework.org/schema/integration/ftp/spring-integration-ftp.xsd。我沒有看到任何文件夾與FTP名稱,可能是因爲這個,我們得到錯誤 –

相關問題