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)
Getting error "Unsupported class file major version 61" trying to start Mule 4.4 in Windows
When double-clicking on mule.bat I get the following error message.
Error message:
Caught: BUG! exception in phase 'semantic analysis' in source unit 'C:\NihaMule\mule-ee-distribution-standalone-4.4.0...
Niharika Tangella
Votes: 0
Answers: 4
How to raise a Custom Error With Internal payload (error.errorMessage.payload) in MUnit
A little description of the flow: I have a flow that is making an HTTP call to a REST Webservice. There are a couple of errors that we get as statusCode=500 but with different "errorCodes" i...
Harshank Bansal
Votes: 0
Answers: 1
Mule 4.4 DataWeave append counter to file
I am reading in a file (see below). The example file has 13 rows.
A|doe|chemistry|100|A|
B|shea|maths|90|A|
C|baba|physics|80|B|
D|doe|chemistry|100|A|
E|shea|maths|90|A|
F|baba|physics|80|B|
G|doe|ch...
GettingStarted With123
Votes: 0
Answers: 2
Mulesoft: How can I apply the {header:false} option when getting an Excel file from server
In DataWeave when using the readUrl() function, I can utilize the {"header":false} option as shown below to give the column as the key and cell as the value in a JSON object:
var myInput = r...
Jakes Vandenberg
Votes: 0
Answers: 2