Mule ESB (a.k.a. Mule) is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data. Mule ESB enables easy integration of existing systems, regardless of the different ...

learn more… | top users | synonyms

0
votes
0answers
48 views

General concept of mule ESB/Data integration

I'm wondering about the general concept about Mule and ESB: I've got an online store and a CRM. Every time someone orders something, I'd like to add this data into the CRM to the customers. Every ...
1
vote
1answer
64 views

Mule Studio - pass set variable to Java Transformer

I've got a flow in mule, and part of it requires two "payload" objects to be passed - one payload is Customer, and the other is Store. The current payload of the flow is set to the Store, and that ...
0
votes
1answer
33 views

File upload rest service using Mule Error

I have created a File upload rest service using Mule and jersey according to this post. Everything is working fine, but the problem with this is that somehow mule is not releasing the lock on the file ...
0
votes
1answer
42 views

Why don't change lifecycle state of mule runtime?

I want to save some informaion to database when I send a request to mule service. for this issue: I wrote below config in xml file: <mule xmlns:vm="http://www.mulesoft.org/schema/mule/vm" ...
0
votes
2answers
26 views

Ant not recognizing external command

BUILD FAILED C:\Users\SomeUser\Downloads\mule_test\build.xml:69: Problem: failed to create task or type cloudHubDeploy Cause: The name is undefined. Action: Check the spelling. Action: Check that any ...
1
vote
0answers
23 views

Mule best practice?

I would like to build a component that other developers can plugin in to MuleStudio and use to process files. It will expose a variety of methods which process the incoming file and return a new file. ...
0
votes
1answer
27 views

Is MMC only for Enterprise MuleESB?

By reading this: "The Mule ESB management console centralizes management for all your Mule Enterprise Edition deployments, both the standalone variety and those embedded in application servers." ...
0
votes
0answers
28 views

Mule http outbound timeout while working from browser

I have a .NET REST webservice. When i hit it from the browser, I get the valid instant response in HTML form. When I invoke same service, on same machine, from mule-studio I get this timeout error: ...
0
votes
0answers
37 views

content storing and re-accessing in mule

I am accepting number of parameters as a REST web service, like - @Path("/store") public class RESTService { @POST @Path("/data") @Consumes(MediaType.MULTIPART_FORM_DATA) ...
2
votes
2answers
117 views

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 with File Endpoint. The scenario is that I have 3 CSV files and I would putting the ...
0
votes
2answers
45 views

Mule Esb File output not received

I tried to create a Data-Mapper example in mule in which both inbound and outbound endpoints are File, Looks some thing like. When i execute this program output folder of file remains empty, ...
2
votes
1answer
36 views

Profiling a Mule ESB application

The documentation that Mulesoft provides to help install the YourKit and use it to profile a Mule application is not very helpful. I went as far to install YourKit and integrate it into MuleStudio. ...
0
votes
1answer
32 views

Getting access tokens from Mule 3

I have a few simple flows in Mule: Database to Object to XML to HTTP, and vice versa. I set them up by configuring standard components, no problem there. But to access the HTTP service, I need to ...
1
vote
0answers
27 views

Google Task/Calendar

I am playing with Google Task connector and ended up with following error The content of element 'google-tasks:config-with-oauth' is not complete. One of ...
0
votes
1answer
58 views

Error using JMS Transaction - javax.jms.IllegalStateException: The session is closed

I am using JMS Polling to poll JMS queue every 5 minutes using below code. In the below code, I have set the polling frequency to 1 minute for testing. Polling is working fine but it is throwing below ...
0
votes
1answer
122 views

Message payload is of type: String

I try to test Transforming Data in a Flow example in this page : "http://www.mulesoft.org/documentation/display/current/Transforming+Data+in+a+Flow" but I get this error on browsers : Component that ...
0
votes
3answers
198 views

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 ...
0
votes
1answer
44 views

Mule collection aggregator does not return the right sequence of List

I am using collection splitter and collection aggregator on a List. I can see my request List is splitted in the right sequence, and then sent to the subsequent components, however, after using ...
0
votes
3answers
62 views

ignoring duplicate messages in jms queue

I have mule flow where I am using JMS polling to poll the queue every 5 minutes and process all the messages in queue. I receive message in queue whenever there is some update to the entity. Whenever ...
2
votes
0answers
53 views

How to capture the output of XSLT's xsl:message in Mule

I've an XSLT to transform XML in Mule 3.3.0 application. I've to stop processing and throw an error if data is not in conformance to requirements. I am using beloe code to achieve that. ...
0
votes
1answer
20 views

share event specific information in mule 3.3.1

we have multiple components in a mule3.3.1 flow. Once mule receives an event, the first component needs to save the current time in a location specific to that event as it will used by different ...
1
vote
1answer
69 views

Unable to access xsl file from jar file (Mule)

I have been facing trouble accessing an xsl file located inside a folder in jar file. I need to get this working in mule-config file. As given below I need to access an XSL file from a filder inside ...
1
vote
1answer
22 views

How to create and package a custom component for Mule Studio?

I am new to Mule and hoping to avoid going in the completely wrong direction. I would like to create a component, which other devs can add to their Components lists in Mule Studio (to be dropped into ...
2
votes
1answer
139 views

Add User and Pass to SOAP Header in Mule

It seems this should be simple but the solution has been eluding me. My flow is XML -> XSLT translation -> consume web service (IBM Web Sphere Web Service to be specific). I have the pieces working ...
1
vote
1answer
39 views

sqljdbc_auth.dll already loaded in another classloader in Mule standalone server

I have a Mule Standalone server, I have two Mule Deployable Archives that I created in MuleStudio, both connect to SQL Server and use integrated authentication. Whichever archive I deploy first ...
2
votes
1answer
84 views

Mule Magento Cloud Connector 2.0, Missing transformer?

I'm trying to do a product update using the magento cloud connector. My xml looks as follows: <magento:update-product config-ref="testConfig" doc:name="Update Product" ...
0
votes
1answer
56 views

JSON Message to SOAP Request in Mule

I just found this: How can I transform an incoming SOAP response into a JSON document using WSO2 ESB 4.0.3? and basically I'd like to do something similar - just in Mule: I've got a JSON message and ...
1
vote
1answer
61 views

Looping over an asynchronous split-aggregate in mule

Using request/reply router with the collection splitter/aggregator, I successfully split an array of messages to its worker asynchronously, then use the aggregator to consolidate the result back ...
0
votes
1answer
23 views

how to change mule's imap mail fetch order?

I have an IMAP connection to fetch emails using Mule. I'm running into an issue. Here are my 2 simple requirements: I want to fetch emails in reverse order. (latest first) Ignore SEEN messages but ...
0
votes
1answer
46 views

Does Mule CXF proxy service overwrites the soap:address location attribute of wsdl

This is how part of my Mule 3.3.0 flow is: <flow name="soapService"> <http:inbound-endpoint address="${my.service.address}" exchange-pattern="request-response"> ...
0
votes
1answer
30 views

drop box attach file using mule drop box cloud connector

there is a dropbox api which used to upload(attach) a file. Then how can it be done through mule drop box cloud connector component.
0
votes
2answers
95 views

i want to save all records from database in a file (read from database a)

i did a example Using Mule Studio to read Data from database i have not any problem or errors but i want to change this program. this program create a lot of files and read one record and save in to ...
0
votes
0answers
35 views

how to expose legacy application in java (JAR) using Mule ESB

I am new to Mule ESB. I have a scenario where I have a JAR file or an application installed on the system. I want to expose this JAR file or legacy application as a web service. How can I do this ...
0
votes
0answers
29 views

Mule flow trigger another flow

I have 2 data sources I am building an integration for. I have a workflow that needs to do the following in this exact order: 1) Get records from datasource1 2) Post records into datasource2 3) Get ...
0
votes
0answers
55 views

setting polling frequency for jms queue in mule

I have a requirement where I want to poll JMS queue every 5 minutes and consumes all messages that are there in the jms queue. I am trying to do this in mule as following : ...
0
votes
0answers
51 views

mule - How to consume all messages from jms queue on periodic bases(quartz) job

I have written a quartz code in mule flow to consume all the messages from queue every 5 minutes. But this above code ...
0
votes
1answer
37 views

mule object using multiple times

i created a mule flow as: http --> rest --> Connector1 --> Connector2 --> ResponseBack Here in rest web service, it is accepting number of parameters, store it in object and return that object to ...
0
votes
1answer
40 views

How to launch MuleServer in Intellij

I'm trying to launch an existing mule server project in Intellij. I followed these instructions and after a number fo tweaks to my build path, have worked my way to the error below: 2013-04-26 ...
0
votes
1answer
43 views

Getting java.lang.IllegalArgumentException when trying to make a dynamic HTTP endpoint in Mule

I got an HTTP outbound-endpoint that does a GET method to an specific URL, thing is that if i add a variable in the path URL it will throw an exception... i believe this is not being supported. This ...
0
votes
0answers
36 views

mule salesforce cloud connector multiple operation at a time

i created a flow which can create a case in SalesForce using SalesForce cloud connector in which i set up the sobject type to 'Case'. And also i created a flow which can attach a file to the ...
0
votes
2answers
42 views

How mule invoke the component?

After go through some guides about Mule, I have a question about the component, as it is said in mule documentation, A simple POJO (Plain Old Java Object) component that will be invoked by Mule ...
0
votes
1answer
62 views

Mule geting the payload is not giving the exact string for Special characters such as Ø, €, @

I am stuck with the below scenario and trying to figure out the exact way of doing it. Mule is getting the messages from MQ, while I am getting those messages from Mule payload as either in byte or ...
0
votes
0answers
98 views

Mule ESB - http:outbound-endpoint no effect

I have problem with flow defined like: <mule xmlns:scripting="http://www.mulesoft.org/schema/mule/scripting" xmlns:http="http://www.mulesoft.org/schema/mule/http" ...
0
votes
2answers
27 views

Is delaying a service in mule possible?

I have a mule application that generates individual xml files and places them in a folder on the basis of a query, now I want to create aggregate reports which will consist data from various ...
0
votes
1answer
75 views

Convert inputstream to pdf to byte array

i created a mule flow which accepts a file as inputstream and convert into byte array and attach that file to the particular SalesForce case. Can it possible that i could convert the file(coming as ...
2
votes
1answer
55 views

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 ...
0
votes
1answer
71 views

Create HTTPS service in Mule ESB

I'm trying to make a flow that uses a HTTPS inbound endpoint. So far I manage to do the following: Create the keystore file by terminal with this command: keytool -genkey -alias mule -keyalg RSA ...
0
votes
1answer
69 views

Why is Mule payload getting lost in <catch-exception-strategy> for java.net.ConnectException

I'm testing my Mule(3.3.1) flow which sends a web service call to external vendor. My aim is to catch java.net.ConnectException and apply appropriate XSLT to original payload and send it to caller. ...
0
votes
0answers
74 views

Working with SOAP attachments using Mule’s CXF module

I'm working with MULE 3.3.0 CE This is AddAttachmentMessageProcessor class: import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import javax.activation.DataSource; ...
0
votes
0answers
37 views

Mule SMTP transport settings

I am using smtp outbound endpoint component in mule flow to send an email to the respective mail id(any). It has to take the connection from my local system(microsoft office outlook(office365)) as the ...

1 2 3 4 5 18