我对骡子非常陌生。
我刚刚从 AnyPoint exchange 安装了 Apple Push Notifications Connector 并重新启动了 AnyPoint Studio。问题是连接器没有显示在项目中。我回到 Exchange,它显示为“已安装”。
是否需要采取任何其他步骤才能以这种方式安装连接器以显示在项目中?
谢谢。
我对骡子非常陌生。
我刚刚从 AnyPoint exchange 安装了 Apple Push Notifications Connector 并重新启动了 AnyPoint Studio。问题是连接器没有显示在项目中。我回到 Exchange,它显示为“已安装”。
是否需要采取任何其他步骤才能以这种方式安装连接器以显示在项目中?
谢谢。
它出现在调色板中吗?您可以在帮助 -> 安装详细信息中看到已安装的插件,搜索连接器并告诉我是否出现在那里,重新启动后应该可以拖放。
尝试添加这个命名空间,然后在里面构建你的流程。
<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>
更多信息:连接器文档
您可以检查连接器是否显示在已弃用的连接器列表中。转到首选项 > AnyPoint Studio > 调色板配置文件。在右侧,选择 runtime/s 并选中标有“显示已弃用的 Mule 组件和属性”的框。