首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Mule4 IntelliJ解析xsd模式

Mule4 IntelliJ解析xsd模式
EN

Stack Overflow用户
提问于 2018-10-02 21:29:16
回答 1查看 266关注 0票数 1

我正在尝试使用IntelliJ作为集成开发环境,而不是Anypoint Studio,因为它在windows上运行非常糟糕。我已经下载了这个插件,但是我在设置连接器的xsd引用时遇到了问题,它一直在抱怨它找不到xsd。

mule xsd在互联网上指向了一个不存在的位置,我认为必须针对pom依赖来解决这个问题,但我不知道如何告诉IDE。

下面是我的mule应用程序的一个示例(它在Anypoint Studio上运行得很好):

代码语言:javascript
复制
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns:spring="http://www.springframework.org/schema/beans"
    xmlns:email="http://www.mulesoft.org/schema/mule/email"
  xmlns:ftps="http://www.mulesoft.org/schema/mule/ftps"
  xmlns:mongo="http://www.mulesoft.org/schema/mule/mongo"
  xmlns:java="http://www.mulesoft.org/schema/mule/java"
  xmlns:tracking="http://www.mulesoft.org/schema/mule/ee/tracking"
  xmlns:doc="http://www.mulesoft.org/schema/mule/documentation"
  xmlns:vm="http://www.mulesoft.org/schema/mule/vm"
  xmlns:ee="http://www.mulesoft.org/schema/mule/ee/core"
  xmlns="http://www.mulesoft.org/schema/mule/core"
  xmlns:apikit="http://www.mulesoft.org/schema/mule/mule-apikit"
  xmlns:http="http://www.mulesoft.org/schema/mule/http"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
  http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
  http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd
  http://www.mulesoft.org/schema/mule/mule-apikit http://www.mulesoft.org/schema/mule/mule-apikit/current/mule-apikit.xsd
  http://www.mulesoft.org/schema/mule/vm http://www.mulesoft.org/schema/mule/vm/current/mule-vm.xsd
  http://www.mulesoft.org/schema/mule/ee/tracking http://www.mulesoft.org/schema/mule/ee/tracking/current/mule-tracking-ee.xsd
  http://www.mulesoft.org/schema/mule/ee/core http://www.mulesoft.org/schema/mule/ee/core/current/mule-ee.xsd
  http://www.mulesoft.org/schema/mule/java http://www.mulesoft.org/schema/mule/java/current/mule-java.xsd
  http://www.mulesoft.org/schema/mule/mongo http://www.mulesoft.org/schema/mule/mongo/current/mule-mongo.xsd
  http://www.mulesoft.org/schema/mule/ftps http://www.mulesoft.org/schema/mule/ftps/current/mule-ftps.xsd
  http://www.mulesoft.org/schema/mule/email http://www.mulesoft.org/schema/mule/email/current/mule-email.xsd">
<flow name="post:ProcessPayment" doc:id="ccaba1bf-94b0-412c-895d-6bc118b0b878"> ...

这是从IntelliJ中显示的错误:

EN

回答 1

Stack Overflow用户

发布于 2019-04-30 11:35:00

您正在使用XML2.0的插件,它不支持Mule4XML配置文件

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

https://stackoverflow.com/questions/52609396

复制
相关文章

相似问题

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