Top "Mule" questions

Mule is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data.

How to tell using XPath if an element is present and non empty?

I have an input XML something on this line: <Holding id="12"> <Policy> <HoldingForm tc="1">…

xml xpath mule
Apache Camel and other ESB products

Hey, If we have Apache Camel why to use other solutions like Apache ServiceMix and Mule? Is there something Apache …

apache-camel mule esb apache-servicemix
Java was started but returned with exit code=1

I am receiving error called - Java was started but returned with exit code=1 I have received this error after …

java eclipse mule classpath anypoint-studio
Converting to a date format in Mule using DataWeave

My requirement is to convert a string to a date format using DataWeave in Mule Input string 8/30/2015 4:00:13 PM Output date …

mule dataweave
Error Creating a Maven Project

I'm trying to create a maven project by following this tutorial https://docs.mulesoft.com/mule-user-guide/v/3.7/building-a-mule-application-with-maven-in-studio that time …

maven mule anypoint-studio
Mule Community edition vs Enterprise edition - Feature Comparison?

This should be a simple 'google' ... but I have drawn a blank. I assume it must be out there somewhere, …

comparison mule esb enterprise
Non-resolvable parent POM

I am trying to develop a custom connector for mule by following http://www.mulesoft.org/documentation/display/current/Creating+…

maven mule pom.xml mule-studio parent-pom
How to concatenate 2 values in mule?

Can someone please let me know how to concatenate multiple values in mule? Something like, #[payload.getPayload()].concat(#[getSubject()])

mule
How to filter an array of JSON in Mule DataWeave

I am having a JSON like this : { "dcsId": "1184001100000000517", "marketCode": "US", "languageCode": "en-US", "profile": { "base": { "username": "arunima27", "activeInd": "R", "phone": [ { "activeInd": "…

mule dataweave
Mule ESB - How to create a HTTP request with POST method (sending parameters along)

Short: I want to post a couple of parameters (like user=admin, key=12345678) using the POST method to a PHP …

mule mule-studio