The mule-component tag should be used to group issues related to mule components existing and custom. Components were created from individual projects and their issues are inherent to their design, use, testing, and documentation. Problems related to Mule components do not stem from bugs or issues related to the MuleSoft platform. And, true issue identification should be reported to the mule component owners.
Questions tagged [mule-component]
912 questions
7
votes
8 answers
How to ignore empty objects in DataWeave Mule esb
I am working on transforming my payload. I have got the situation here.
Input payload looks like this below one:-
{
"address": {
"city": "bab",
"company_name": "asdast",
"country_code": "sam",
"location": {
"city": null,
…

Infinity
- 484
- 2
- 8
- 21
6
votes
6 answers
How to set sleep into the flow in Mulesoft without losing the message payload
I'd like insert script to delay processing flow in Mulesoft. I have tried to insert script in groovy but I lost the messagge payload, so when I have to get message payload recived null pointer.
How can I to do not lose the message payload?
Thanks

Stefano
- 1,439
- 4
- 23
- 38
6
votes
1 answer
Mule - How can I use set-session-variable in http:listener?
I have a composite-source consist of two http:listener in Mule;
I want to set a variable based on each of the listeners after receive requests from these listeners ;
but this error occurs while deploys in mule…

Mojtaba
- 382
- 1
- 2
- 26
6
votes
1 answer
Not able to access Jira Payload in JAVA (java.util.Arrays$ArrayList)
Here is my Flow information. Trying to GET one issue from JIRA and want to setup that issueID to another project. Here i want to use Custom Transformer and setup all objects using JAVA coding.

dev
- 97
- 2
- 8
5
votes
3 answers
Unable to read exact error response body from HTTP Request connector in Mule 4.2
We are posting PO data to Oracle instance in XML format using REST API.
In a failed case, it is just a printing message from error.description example "HTTP POST on resource 'https://hostname:post/fscmService/PurchaseOrderServiceV2' failed: internal…

user1927648
- 183
- 5
- 14
5
votes
2 answers
How to Check null condition in Data weaver : Mule
Here is my xml, in that first I need to check 'RecordsEntries' should not be 'null', then RecordEntry shouldn't be null followed by mapping code
false
…

star
- 1,493
- 1
- 28
- 61
5
votes
1 answer
How to resolve jms server performance issue when client uses temporary replyTo queue?
I am currently building a Mule ESB server application which uses a request-response jms connector. Since it is being used in a highly concurrent environment, we enabled spring jms cache in our MQ config.