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
3
votes
1 answer

Debugging Python (Jython) code in Anypoint Studio (formerly called Mule Studio)

I'm using Anypoint Studio for developing Mule ESB applications. Debugging Java code linked with Mule Java component is working fine in Anypoint. But I can't figure out how to debug Python (Jython) code from a Mule Python component when debugging a…
spoonboy
  • 2,570
  • 5
  • 32
  • 56
3
votes
1 answer

Change the prefix in CXF with interceptor

I am trying to change to I am using Mule and CXF. We are exposing a SOAP service…
Stanislav Ivanov
  • 425
  • 2
  • 7
  • 19
3
votes
6 answers

How to read an XML file in Mule Anypoint Studio after invoking an HTTP endpoint?

I am new to Anypoint Studio and I am trying to create a flow that will have an HTTP connector and an endpoint and when a user invokes the http endpoint then the application will load the contents of an XML file, will convert then to JSON and will…
NikosDim
  • 1,398
  • 2
  • 21
  • 40
3
votes
2 answers

Extract all particular field from JSON in mule esb

I have this json payload, I would want to collect all externalListingId in one shot - { "listings": { "numFound": 3, "listing": [ { "status": "INACTIVE", "pricePerTicket": { "amount": 100, …
user3483129
  • 137
  • 6
  • 18
3
votes
3 answers

Mule Web Service Consumer Warning : Operation Messages With More then 1 Part Are Not Supported

Hi I am working with Mule Web Service Consumer and i was trying to call operation with Multiple Parameters it is warning me that Warning : Operation Messages With More then 1 Part Are Not Supported I just want to pass multiple parameters to access…
Utsav
  • 1,593
  • 4
  • 22
  • 46
3
votes
4 answers

Anypoint Studio taking too long Validating project after every change in XML or java

Anypoint Studio taking too long Validating project after every change in XML or java. Here is the snapshot showing the problem. This is very annoying ... how can I disable validation and make it work faster.
user1493140
  • 5,976
  • 4
  • 29
  • 49
3
votes
1 answer

Mule Subflow vs Processor-Chain

What is the difference between Subflow and Processor-Chain in Mule? As far as I have used both are re-usable. Both makes the config more readable. Both execute synchronously. Both inherit the processing strategy and exception-strategy from the…
user1760178
  • 6,277
  • 5
  • 27
  • 57
3
votes
2 answers

Mule SFTP : How to create directories on remote location

i am trying to send a file over SFTP using mule . We have to specify a fixed path for that , like /home/ftp/ and then file name in outputpattern . but i want to create directories on the fly on remote location . everytime a file is sent , it should…
somaniA
  • 614
  • 2
  • 7
  • 30
3
votes
4 answers

MuleStudio studio:studio goal failed to execute

I copied/pasted a working project in my Mule Studio workspace (from within Mule Studio) to create a new project. After that, I could do a mvn clean install on the new project and everything worked fine. Then, after any modification on the pom (i.e.…
Andres
  • 10,561
  • 4
  • 45
  • 63
3
votes
1 answer

Mule Message Property after splitting shows all properties values for splitted message in one field

We are trying a scenario where we send a list of requests in one payload, split that payload to individual requests based on some xpath, make individual http outbound calls and aggregate them on the back. Entire process works fine but we tried…
Rama Kesara
  • 94
  • 1
  • 7
3
votes
1 answer

Single sign on in Mule ESB

How to use Single-Sing-on (SSO) in Mule Community (or even Enterprise) Edition? Is that possible, any connectors suports SSO (like JOSSO)? Thanks!
Jerônimo
  • 31
  • 2
3
votes
2 answers

Mule - how to access files in src/main/resources in Java class when running in Studio and Standalone?

I have a Mule CE application that is using a Java component to transform a CSV file to XML. My Java class needs to access a flatpack XML file called map.xml - I have placed this in src/main/resources. My Java class is in src/main/java. I'm currently…
danw
  • 1,608
  • 4
  • 29
  • 48
3
votes
1 answer

Mule - where to place a file so that it can be read by Mule Studio and Mule Standalone?

I have a Mule flow that is performing an XSLT transformation, and I've placed my XSL stylesheet in src/main/resources/. When I package my application and deploy it to an instance of Mule Standalone, deployment of the app fails with the…
danw
  • 1,608
  • 4
  • 29
  • 48
3
votes
1 answer

Mule - how do you clear the payload/set the payload to null?

How do I clear the payload/set it to null in Mule? I've been using: This works fine until I add an element to my flow using the GUI in Mule Studio, then the element changes to the following, which…
danw
  • 1,608
  • 4
  • 29
  • 48