【问题标题】:spring integration file splitter does not appear on the integration-graphspring 集成文件拆分器未出现在集成图上
【发布时间】:2018-05-22 15:19:51
【问题描述】:

我有一个类似于 this problem with items missing from the integration graph. 的问题,在我的情况下,我使用 Spring Tool Suite (STS)(版本:3.9.4,构建 ID:201804120850,平台:Eclipse Oxygen.1a (4.7.1a) 和 Spring Integration 4.3.15.

我正在使用文件拆分器。它工作正常,但未出现在集成图上。

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:int="http://www.springframework.org/schema/integration"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:int-file="http://www.springframework.org/schema/integration/file"
xmlns:int-mail="http://www.springframework.org/schema/integration/mail"
xmlns:int-xml="http://www.springframework.org/schema/integration/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:int-stream="http://www.springframework.org/schema/integration/stream"
xsi:schemaLocation="
http://www.springframework.org/schema/beans                 classpath:org/springframework/beans/factory/xml/spring-beans-4.3.xsd
http://www.springframework.org/schema/tool                  classpath:org/springframework/beans/factory/xml/spring-tool-4.3.xsd
http://www.springframework.org/schema/context               classpath:org/springframework/context/config/spring-context-4.3.xsd 
http://www.springframework.org/schema/integration           classpath:org/springframework/integration/config/spring-integration-4.3.xsd
http://www.springframework.org/schema/integration/stream    classpath:org/springframework/integration/stream/config/spring-integration-stream-4.3.xsd
http://www.springframework.org/schema/integration/file      classpath:org/springframework/integration/file/config/spring-integration-file-4.3.xsd
http://www.springframework.org/schema/integration/xml       classpath:org/springframework/integration/xml/config/spring-integration-xml-4.3.xsd
http://www.springframework.org/schema/integration/mail      classpath:org/springframework/integration/mail/config/spring-integration-mail-4.3.xsd">


<int-file:splitter id="15bfileSplitter" 
        input-channel="PVDR15bChannel"
        output-channel="PVDR15bLineChannel" />

【问题讨论】:

    标签: spring-tool-suite


    【解决方案1】:

    这是一个错误。随意在这里提出:https://github.com/spring-projects/spring-ide/issues

    【讨论】:

      猜你喜欢
      • 2023-02-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-01-15
      • 1970-01-01
      • 1970-01-01
      • 2013-06-13
      • 1970-01-01
      相关资源
      最近更新 更多