python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to iterate over the fault message in Mule 4
In my case, I tried to convert the below Mule Expression Language (MEL) script to DataWeave 2.0.
MEL script on Mule 3:
import java.util.Iterator;
import org.dom4j.*;
import java.util.logging.Logger;
i...
codey_08
Votes: 0
Answers: 2
Getting error "unbalanced braces" in data weave in mule 3.9.3
I am using choice router to evalute expression. Here is the expression
and I tested this expression in dataweave here is the result.
but when I use the choice router to evalute the expression I am g...
kushma gonna
Votes: 0
Answers: 1
Inputs on converting Mule 3 expression to a Mule 4 expression
We are migrating a Mule 3 application to Mule 4 using the Mule Migration Assistant (MMA). While migrating encountered below code which can not be migrated automatically.
Any inputs on how to manually ...
Mule-Newbie
Votes: 0
Answers: 1
concatenate file name and time for the file Name/pattern Mule 3
I'm trying to concatenate the filename and dateTime inside the file connector as name for the output file. I get a syntax error. This because MEL expressions already appear enclosed in double quotes i...
Makavelines
Votes: 0
Answers: 1