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
2 answers

How to check for the presence of a session variable in Mule MEL?

I need to check if a session variable exists. I can check if it is present and set to a variable: But I want something like: -- or --
TERACytE
  • 7,553
  • 13
  • 75
  • 111
3
votes
1 answer

Mule foreach : Splitter returned no results

I get a list of files on amazon S3 and iterate over the list of files and process one file at a time. The corresponding flow is as follows --
user1493140
  • 5,976
  • 4
  • 29
  • 49
3
votes
3 answers

Mule Groovy script file location works in Studio but not standalone

I have a groovy scripting transformer that is in a file stored under src\main\resources.
Don Harrington
  • 87
  • 1
  • 11
3
votes
1 answer

How to expose a jax-ws which is located in a mule devkit connector?

I need to expose a jax-ws which is located in a mule devkit connector. Is there a way to do this operation or should I separate the jax-ws and mule-connecor?
Daniel
  • 1,432
  • 1
  • 16
  • 31
3
votes
7 answers

What is the difference between MULE Studio and MULE ESB?

I am new in mule soft. i dont know what is the difference between mule studio and mule esb. both software are looking same only. mule studio is graphical representation as well as we can generate by code also. how can i differentiate both. what is…
user3129532
  • 69
  • 3
  • 9
3
votes
4 answers

How do you set message properties in Mule using Groovy?

How do you set message properties in Mule using Groovy? I need to set a message property from within a Groovy Scripting Component. Documentation on the subject does not appear to be easy to find.
Gary Sharpe
  • 2,369
  • 8
  • 30
  • 51
3
votes
1 answer

Consuming .NET ASMX Web Service from mule esb throws CXF Exception: 401 Unauthorized

I have a .NET ASMX web service in a different server and I have installed the mule standalone CE 3.4 in another server. I have a very simple flow which needs to call this .NET web service and pass two string parameters.
Tech Matrix
  • 283
  • 2
  • 7
  • 13
3
votes
1 answer

Reconnection strategy in Mule ESB

I am trying to verify the Reconnection strategy in Mule ESB as mentioned in the documentation. I have set the standard Reconnection strategy with retry attemts as 5 and with some timeout. (My end point is not reachable, as intentionally stopped it…
Kaaviraaj
  • 175
  • 2
  • 11
3
votes
3 answers

Mulesoft - Using choice component

I'm developing an application with mule studio, I need to use the "Choice" component, but I'd like to evaluate not a message property contained in the payload, but a variable contained in a property file, like that:
user1820620
  • 672
  • 2
  • 13
  • 27
3
votes
2 answers

How can i use the Mule Studio data mapper for producing output generated from a complex XSD schema ?

I want to post a message to a SOAP webservice with MULE Enterprise edition. For creating the Request object i am using a data mapper with the input a POJO and for the output i selected XML , and from example XML schema i added my own XSD.…
Mihai
  • 31
  • 1
  • 3
3
votes
2 answers

Mule flow execution unexpectedly splits on error in SMTP sendout

I would like to catch errors from SMTP endpoint (for example in case it's misconfigured or the server is down) and when this happens, prevent messages from proceeding the normal path and rather go into an exception flow. An exception handler works…
Sergey Evstifeev
  • 4,941
  • 2
  • 24
  • 28
3
votes
5 answers

Why do Mule Studio 3.4 Builds with Maven Fail or Hangs Indefinitely

I'm running into the following problem attempting to build or a Mule app using Maven (using Mule 3.4). Similarly when I update dependencies, Eclipse will hang indefinitely when trying to download com.mulesoft.licm:licm:jar:1.1.3 Failed to read…
Gary Sharpe
  • 2,369
  • 8
  • 30
  • 51
3
votes
1 answer

Getting java.lang.assertion failure error when saving mule flow - mule studio

For sometime now, I am always getting java.lang.assertionError error in mule studio whenever I save a flow via graphical editor. I don't get any error if I directly make changes to XML. Anyone has faced this issue before? I see the below error in…
Learner
  • 2,303
  • 9
  • 46
  • 81
3
votes
2 answers

how to invoke multiple http webservice in mule flow in transaction?

I am new to mule. I have a spring-hibernate mule setup. Suppose there are 3 webservice.Aim is to invoke all those webservice in a mule flow so that all 3 will be in a transaction. so that suppose if 3rd webservice fails then the previous 2 will be…
Rajesh
  • 2,934
  • 8
  • 42
  • 71
3
votes
4 answers

How to schedule a service using Quartz component that will invoke a file uploader on a periodic basis?

This is an extension of my previous question How to upload multiple files via REST over HTTP using Mule?. The requirement say that, on every Wednesday at 10AM the files has to be uploaded. Henceforth I need a scheduler for accomplishing this. And I…
priyanka.sarkar
  • 25,766
  • 43
  • 127
  • 173