首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >spring集成文件拆分器不会出现在集成图上。

spring集成文件拆分器不会出现在集成图上。
EN

Stack Overflow用户
提问于 2018-05-22 15:19:51
回答 1查看 65关注 0票数 0

在我的示例中,有一个类似于this problem with items missing from the integration graph.的问题--我使用Spring (版本: 3.9.4,Build : 201804120850,Platform: EclipseOxygen.1a (4.7.1a)和SpringIntegration4.3.15。

我用的是文件分割器。它工作正常,但没有出现在集成图上。

代码语言:javascript
复制
<?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" />
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-05-24 12:19:53

这是个窃听器。您可以在这里举起它:https://github.com/spring-projects/spring-ide/issues

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50471235

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档