Top "Mule-studio" questions

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

How to read huge CSV file in Mule

I'am using Mule Studio 3.4.0 Community Edition. I have a big problem about how to parse a large CSV file incoming …

csv mule mule-studio
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 mule filepath mule-studio flatpack
Length Validation in Dataweave

How to do length validation in Mule Dataweave %dw 1.0 %output application/xml --- (payload default []) map { Field1:$.Field11, Field2:$.Field22, …

mule mule-studio mule-component mule-el dataweave
issue with Invalid UTF-8 start byte 0x8b (at char #2, byte #-1) Mule ESB

I have created Mule ESB project that invokes third party web service using web service consumer. Passing custom security header …

utf-8 mule mule-studio mule-component
How to use mule requester for SFTP - Dynamic file name and path

I am trying to use a mule requester component for SFTP. How do I give the file name as part …

mule mule-studio
mule Invalid content was found starting with element file:inbound-endpoint

<?xml version="1.0" encoding="UTF-8"?> <mule xmlns:context="http://www.springframework.org/schema/context" xmlns:smtp="http://www.…

mule mule-studio
m2e - slf4j over logback logging (Optional) is missing while adding Maven plugin to Mule Studio

I'm new to Mule and I have installed Mule Studio 3.5.0 for Windows. While installing maven plugin from Hep --> …

eclipse eclipse-plugin mule m2eclipse mule-studio
How to call stored procedure from Mule 3.5 with new Database endpoint

I was testing Mule's new Database connector of Mule 3.5 with Stored Procedure ... (Reference :- http://www.mulesoft.org/documentation/display/…

stored-procedures jdbc mule mule-studio
Error initializing tooling instance in Mule Anypoint Studio

I am new to Mule and was following the official tutorial in using the Anypoint Studio. I was trying to …

mule mule-studio mule-component anypoint-studio mule-esb
How to throw exception manually in Mule ESB without using java code

I'm new to mule, please help me on this logic. Actually in my flow i have choice message processor, Expression …

mule mule-studio mule-el