【发布时间】:2015-03-09 12:09:55
【问题描述】:
我在我的程序中添加了 Mule CRC32 处理器。当我启动它时,我得到了这个异常:
org.xml.sax.SAXParseException: schema_reference.4: 无法读取架构文档'http://www.mulesoft.org/schema/mule/crc32/current/mule-crc32.xsd',因为 1) 找不到文档; 2) 文件无法读取; 3) 文档的根元素不是。
控制台中的另一个异常: org.xml.sax.SAXParseException:cvc-complex-type.2.4.a:发现以元素“crc32:config”开头的无效内容。需要 '{"http://www.springframework.org/schema/beans":beans, ........, "http://www.mulesoft.org/schema/mule/core":abstract-processing-strategy}' 之一。
我在Mule自动插入的链接中搜索了xsd,但没有找到。 “http://www.mulesoft.org/schema/mule/crc32”不存在。
你知道我在哪里可以找到 xsd 吗?
谢谢, 可人
【问题讨论】:
-
经过更多研究后,我在我的工作室中发现了其他问题。 Andres的回复帮我解决了问题:stackoverflow.com/questions/24554383/…
标签: mule mule-studio