问题标签 [anypoint-studio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mule - 通过 java 代码设置全局属性
我需要以语法方式设置全局属性。从功能上讲,它应该完全按照以下语句应该做的事情
我相信我应该能够使用 ${host-name} 访问此属性。在这个特定的场景中,我不想从属性文件中加载属性。
json - 如何计算 JSON 数组中的元素
我想从下面的 json 数组中获取faultInfoLst元素的计数。我想根据该元素的计数进行操作。帮助我获得计数,因为我必须在 mule 流的会话变量中设置它。
mule - 如何在 Anypoint Studio 中运行导入的基于 maven 的 mule 项目
我在 Eclipse 中创建的基于 mule maven 的项目已签入 svn。我想在 Anypoint Studio 中运行它。所以我将它作为基于 Maven 的项目从 SVN 导入。但 Studio 不承认它是 Mule 项目。任何指针?
mule - Anypoint Studio 安装问题中的 Anypoint DevKit 插件
在安装为 Eclipse Plugin的 Anypoint studio 中安装 Anypoint DevKit Extension 。在安装修复页面中,选中“更新我的安装以与正在安装的项目兼容”选项,然后继续安装。
在安装过程中我收到错误,
收集要安装的项目时发生错误会话上下文是:(profile=epp.package.jee,phase=org.eclipse.equinox.internal.p2.engine.phases.Collect,operand=,action=)。未找到包含:osgi.bundle,org.mule.tooling.ui.contribution.sfdc.3.5.0,6.2.3.201507231244 的存储库 未找到包含:osgi.bundle,org.mule.tooling.ui.contribution.sqs.3.5 的存储库.0,3.1.0.201507241546 找不到包含以下内容的存储库:org.eclipse.update.feature,org.mule.tooling.ui.extension.sfdc.3.5.0,6.2.3.201507231244 找不到包含以下内容的存储库:org.eclipse.update.feature ,org.mule.tooling.ui.extension.sqs.3.5.0,3.1.0.201507241546
如何解决这个问题?
anypoint-studio - 如何在任何时候使用 web 服务使用者将参数传递给肥皂网络服务
谁能给我一个例子,如果我们在 Anypoint Studio 中使用 ws:consumer,我们如何将参数传递给 webservice。
我必须将对象参数传递给 Web 服务的登录方法,就像我们在 java 中所做的那样
mule - 有社区版的 Anypoint Studio for Mule 吗?
我相信Mule Studio变成了Anypoint Studio。是否有开源(免费)的 Anypoint Studio 版本?具体来说,我指的是 GUI 工作流设计器工具。
maven - 是否可以使用 mule 上的 maven 配置文件动态更改 http 请求主机值?
我是 MuleSoft 的新手。我创建了一个 Maven Mule 项目,我的一个流程具有组件 Http Request。该组件具有“主机”属性。但是,我有 2 个环境:测试和生产。是否可以根据在 Maven 上创建的配置文件动态更改“主机”属性值?
anypoint-studio - 将 mule 运行时从 EE 3.7.0 更改为 CE 3.5.0
我已将 mule 运行时从 EE 3.7.0 更改为 CE 3.5.0 但出现错误
线程“主”java.lang.IllegalArgumentException 中的异常:未指定应用程序名称。
api - MULE ESB 服务器:长时间加载 RAML
我创建了一个 mule 应用程序并能够在我的机器上成功运行/部署它。像这样在运行 api-console 时出现在 Anypoint-studio 中。
现在,当我在 mule ESB 服务器上部署此应用程序并尝试使用以下 URL “ https://mulesoft:ESB ****/api/console”访问此应用程序的 api-console 时
- Mule 说 RAML 加载时间很长,如下图所示。
我无法在下班后解决这个问题,如果有人能提出这个问题发生的可能原因。解决同样的问题将是一个很大的帮助。
exception - Mule - How to respond after receiving a request collection. (Mule Requester )
I am using the Mule Requestor to receive a collection of files via FTP.
In order to do this with a collection I am using the Collection Splitter which works great. The only problem is that when I am returning to the HTTP Connector it throws the following exception:
java.lang.UnsupportedOperationException: getPayloadAsBytes(), use getPayload(DataType.BYTE_ARRAY_DATA_TYPE)
I am guessing this has something to do with the payload type that is trying to be inserted into the response, but I am fairly new in the Mule arena. Any idea what could be causing this and what I should do to resolve the issue?
I have tried setting the payload after the logger, that didn't work.
Code: