连接器未显示在AnyPoint Studio中

时间:2015-10-09 16:40:36

标签: mule mule-studio mule-component anypoint-studio

我对骡子来说非常新。

我刚刚从AnyPoint交换机安装了Apple推送通知连接器并重新启动了AnyPoint Studio。问题是连接器没有出现在项目中。我回到交易所,它显示为"已安装"。

是否需要采取任何其他步骤才能以这种方式安装连接器以显示在项目中?

感谢。

3 个答案:

答案 0 :(得分:0)

尝试添加此命名空间,然后在内部构建流程。

    <mule xmlns="http://www.mulesoft.org/schema/mule/core"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns:apple-push="http://www.mulesoft.org/schema/mule/apple-push"
      xsi:schemaLocation="
               http://www.mulesoft.org/schema/mule/core
               http://www.mulesoft.org/schema/mule/core/current/mule.xsd
               http://www.mulesoft.org/schema/mule/apple-push
               http://www.mulesoft.org/schema/mule/apple-push/current/mule-apple-push.xsd">

      <!-- here goes your flows and configuration elements -->
</mule>

更多信息:Connector Documentation

答案 1 :(得分:0)

它是否出现在调色板中?您可以在帮助中看到已安装的插件 - &gt;安装详细信息,搜索连接器并让我知道如果出现在那里,它应该可以在重启后拖放。

答案 2 :(得分:0)

您可以检查连接器是否显示在已弃用的连接器列表中。转到首选项&gt; AnyPoint Studio&gt;调色板配置文件。在右侧,选择运行时并选中标有&#39;显示已弃用的骡子组件和属性&#39;的框。