Questions tagged [mule-studio]

Mule Studio is a tag that's used to refer to the former MuleSoft's IDE product previous to the release of MuleSoft Anypoint Studio. This tag should be not be used for Anypoint Studio since its release 3.5.0 (May 20, 2014).

Refers to MuleSoft's former IDE, Mule Studio, which was replaced by Anypoint STudio in 2014. Mule Studio is a customized Eclipse environment that provides an IDE and other tools used to create Mule Applications and Anypoint Connector components.

1733 questions
12
votes
3 answers

How to read CSV file and insert data into PostgreSQL using Mule ESB, Mule Studio

I am very new to Mule Studio. I am facing a problem. I have a requirement where I need to insert data from a CSV file to PostgreSQL Database using Mule Studio. I am using Mule Studio CE (version: 1.3.1). I check ed in the Google and find that we can…
priyanka.sarkar
  • 25,766
  • 43
  • 127
  • 173
10
votes
8 answers

How do you insert a newline in message body of mule logger component

Can anyone tell me how to insert a new line in the message of a mule logger component? For example, I have the following in the message for the logger: Payload is: #[payload] Inbound Headers: #[headers:INBOUND:*] Outbound Headers: …
Gary Sharpe
  • 2,369
  • 8
  • 30
  • 51
8
votes
5 answers

what exactly a inbound end point and outbound end point in mule?

I have been trying to figure out, what exactly a inbound end point and outbound end point. For me it is bit of an eluding to understand. what are exactly inbound and outbound endpoints for/do in mule flow? if a flow wants send message which endpoint…
kuhajeyan
  • 10,727
  • 10
  • 46
  • 71
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
7
votes
4 answers

Is there Anypoint Studio for Mule that is Community Edition?

I believe that Mule Studio became Anypoint Studio. Is there a version of Anypoint Studio that is open source (free)? Specifically, I'm referring to the GUI workflow designer tool.
SoCalCoder
  • 317
  • 1
  • 3
  • 9
6
votes
6 answers

Anypoint Studio 7.1 start-up error

I am trying to experiment with Mule Runtime 4 & Anypoint Studio 7.1. I got the downloadable from - https://mule-studio.s3.amazonaws.com/7.1.1-GA/AnypointStudio-for-win-64bit-7.1.1-201803182216.zip while starting up AnypointStudio.exe, I keep…
Larsen
  • 764
  • 1
  • 7
  • 13
6
votes
2 answers

Making WebMQ Synchronous

I'm trying to make WebMQ act synchronously in MULE in order to turn the message queue into a REST api for an internal project. Unfortunately, I know very little about MULE. After a good bit of work, I started understanding the Request-Reply scope…
Navarr
  • 3,703
  • 7
  • 33
  • 57
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…
6
votes
1 answer

Non-resolvable parent POM

I am trying to develop a custom connector for mule by following http://www.mulesoft.org/documentation/display/current/Creating+a+Connector+Project tutorial. As shown in the tutorial, I am creating the project through command line by executing mvn…
Sheikh Zubair
  • 104
  • 1
  • 2
  • 8
6
votes
5 answers

Mule: getting a hold of the exception message

I have a default catch exception in Mule, and I'm trying to get access to the exception message, using a Mule expression: #[exception] This doesn't seem to work, and I'm guessing that I'm trying to access the wrong variable? I'm trying to log it…
Loic Duros
  • 5,472
  • 10
  • 43
  • 56
6
votes
2 answers

Timeout error in Until Successful

We have a flow where we have implemented a soap client to send soap messages to Service provider. We need to retry the service call for 3 times if it fails. So we have used HTTP Outbound Endpoint inside until successful scope. It is doing retry as…
Kaaviraaj
  • 175
  • 2
  • 11
6
votes
3 answers

Mule ESB - two files as input (wait for both)

I want to make a flow where: waiting for two files: file_name.xdf and file_name.dff : if both files (I want to process two files in the same time (waiting for both), the file name of those files shoud be the same) process those files convert to…
lukisp
  • 1,031
  • 3
  • 14
  • 27
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
3 answers

Where can I download MuleSoft Community Edition?

Have they got rid of Community edition? I can't find a link to download it anywhere on their site. Is there another link I can download it from somewhere? Thanks
Kieran Hanna
  • 175
  • 1
  • 3
  • 15
1
2 3
99 100