Top "Mule-studio" questions

Mule Studio is a tag that's used to refer to MuleSoft's Anypoint Studio ...

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 …

mule mule-studio
Access flow variable in java code mule

I stored some information in a variable, but I do not know how to access it in my java code... …

scope mule mule-studio
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)? …

mule mule-studio anypoint-studio
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: <set-payload value="" doc:name="…

null mule mule-studio payload
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.…

mule-studio anypoint-studio mule-esb
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 …

mule mule-studio mule-component mule-el
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 …

mule mule-studio
Mule 3 - Loading from .properties file

I'm using Mule 3 to query a database using JDBC, and I'd like to modify the query depending on input from …

mule mule-studio
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 …

mule mule-studio
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 …

mule mule-studio