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

1
vote
1answer
10 views

How can I access Spring properties defined in app.properties from Mule FuncionalTestCase?

How can I access Spring properties defined in app.properties from Mule FuncionalTestCase? For example, in my production config I have a ${sessionExpiresInSecondsValue} passed in to a bean property. ...
1
vote
0answers
12 views

How to force file-queue-store to keep messages on disk

For asynchronous processing large amount of files it could be nice to store messages in a persistent storage to releave JVM heap and avoid data loss in case of system failure. I configured ...
0
votes
0answers
16 views

Mule Service Proxy

im trying to proxy a Sevice using Mule 3.4 but one thing still not working... my config: <mule xmlns:mulexml="http://www.mulesoft.org/schema/mule/xml" ...
0
votes
1answer
32 views

Spring/Mule schema issue

I am experiencing the following exception when launching my mule application: SEVERE: Line 6 in XML document from mule-spring-config.xml is invalid; nested exception is org.xml.sax.SAXParseException; ...
0
votes
1answer
20 views

Visibility between spring:beans vs spring:bean in Spring XML config

I am using Mule/ Spring XML to define a set of spring beans. I can create a bean using the following xml without wraping them in spring:beans element like so: <spring:bean id="myFactoryBean" ...
0
votes
1answer
24 views

Open source ESBs supporting web service transactions?

Do any of the major open source ESBs such as Mule or ServiceMix properly support web service transaction specifications (like http://en.wikipedia.org/wiki/WS-Atomic_Transaction)? I've just briefly ...
0
votes
1answer
26 views

Pass Internet Address (URL) through HTTP connection or SSL connection

In MULE CE 3.3.0, I want to control URLs requests by HTTP connection, SSL connection or any other connections. Actually I have a Internet URL (www.web-mail.com) that all the clients for seeing this ...
0
votes
1answer
38 views

Mule - choice component issue

When I run my flow, I get the following error ` <org.apache.cxf.staxutils.DepthXMLStreamReader> <reader class="org.mule.module.cxf.support.StreamClosingInterceptor$1"> <reader ...
0
votes
2answers
22 views

Can MULE post XML-file over HTTP from local directory?

I need to transfer XML-files over HTTP POST. Can Mule be configured to do this. I've been trying with an easy flow, inbound file --> outound HTTP but it's not working. Does anyone have any experience ...
0
votes
2answers
33 views

Mule - test an http get request with choice component

I have the following flow : <flow name="SOAPWebService" doc:name="SOAPWebService"> <http:inbound-endpoint address="http://localhost:8088/esb/" exchange-pattern="request-response" ...
0
votes
1answer
21 views

Unable to pass SessionVariable to other flow Mule

I'ma using Mule Community Edition 3.4.0 and I have a problem during setting/getting a session variable between flows. I have a flow in which there is an UntilSuccessful component; when an exception ...
-2
votes
1answer
24 views

Integrating Skype with Mule [closed]

We have seen many example of integration of mule with Salesforce, Amazon, Facebook, LinkedIn. I have tried only LinkedIn and now since we don't have skype connector in mule. Using DataMapper i want to ...
0
votes
1answer
24 views

Mule - variable not found

I'm trying to retrieve some variables from a GET http request like http://localhost:8088/?id=xxx&type=yyyy using this flow <flow name="SOAPWebService" > <http:inbound-endpoint ...
0
votes
1answer
25 views

is mule session variable thread safe?

Hi I have a complex flow where my payload is getting modified along with original payload. In order to get the original payload I am storing the initial payload in a mule session variable so that I ...
0
votes
1answer
48 views

Mule - wrap http parameters with a fixed soap request

What transformer should I use to extract parameters from an http message like http://localhost:8088/?id=xxx&type=yyyy ans put the values of the id and the type parameters into a fixed soap ...
0
votes
1answer
51 views

Consume a web service method with multiple args in Mule esb

Hello what I want to apply seems very simple but I don't know how, need some clarifications. here is the scenario: I want to call a web service method, this method name is find() and accept as ...
0
votes
1answer
16 views

Creating a session key pool in Mule

I have a Mule app that calls an external web service. Before calling this web service I must call a session key web service to retrieve a session key to send to the orignal target web service. This ...
1
vote
0answers
23 views

Accessing exception from different exception strategy types in Mule

When using catch-exception-strategy in mule, I can access the exception via MEL using #[exception], but this doesn't work for default-exception-strategy. Instead I have to use ...
0
votes
1answer
45 views

Building a custom interceptor with SOAP Web Service MULE

I'am using Mule Community Edition 3.4. I have a problem with the UntilSuccessful component. The scenario is now exposed: I have a flow composed by a UntilSuccessful component in which ther's a SOAP ...
0
votes
1answer
33 views

How to get the parameters that was defined in mule-app.properties when running as Tomcat app?

I finally got my Mule app running in Tomcat. But I ran into one issue and need your help. I don't know where to put the mule-app.properties and mule-deploy.properties files. I have some parameters ...
0
votes
1answer
24 views

Mule ESB: Filter based on HTTP method

I'm wondering if there is a way to filter / route messages based on HTTP method. What I'm looking to do is NOT process incoming requests that have been posted with the OPTIONS method. (this is for ...
0
votes
1answer
36 views

java.lang.Object over a MULE SOAP Component

I need to pass to soap component an object of a known class which is composed from two strings. the soap request should be like: <soapenv:Envelope ...
1
vote
1answer
17 views

How can I know what methods/properties are available on top level MEL exception variable in Mule

I have just used #[exception.causeException] in <catch-exception-strategy> so far (Mule 3.3.0). What other properties/methods are available on exception? Is there any documentation/API to know ...
0
votes
1answer
60 views

Mule ESB 3.2.x: HTTPS Transport bad_certificate error?

I have a need to use a self-signed (or unsigned) certificate as a certificate for an HTTPS listener for an inbound endpoint to one of my flows. I have tried several methods to generate certificates, ...
0
votes
1answer
21 views

How to get caller flow name in private flow in Mule

I've a private flow which is shared by lot of public flows using flow-ref. I'm looking to get the caller flow name in private flow, using MEL, using Mule 3.3.0. Is that possible?
0
votes
1answer
28 views

how to send same payload to multiple component in mule?

I have a problem where one mule component transform the payload object into some other value. Ex: Suppose my payload contain student object. Initial value of Student name=a; My first mule component ...
1
vote
1answer
38 views

Mule ESB choice flow control route

In Mule I have the following flow : there is a choice flow control which test the input and verify if the input String equals 'ctr1'. <flow name="mediationFlow1" doc:name="mediationFlow1"> ...
0
votes
1answer
18 views

Mule: after delivering a message, save the current timestamp for later use. What's the correct idiom?

I'm connecting to a third-party web service to retrieve rows from the underlying database. I can optionally pass a parameter like this: http://server.com/resource?createdAfter=[yyyy-MM-dd hh:ss] to ...
0
votes
1answer
42 views

Programmatically sending mule message (formerly: Accessing mule http endpoint from java)

Scroll towards the end for the solution to the topic's problem. The original question was asking for a somewhat different thing. As a part of a larger process, I need to fetch and link two related ...
0
votes
2answers
28 views

How to compile mule application through command lne

I want to separate the deployment portion and the compilation portion of a mule application. Does anyone know how to do this? To be specific, if I want a script that can compile my mule application, ...
0
votes
1answer
38 views

Consuming a JAX-WS in a Mule ESB flow

I want to consume a JAX-WS service method. the methode is named find and accept a String as argument. this the Mule flow : <flow name="InvokeAWebServiceFlow1" ...
0
votes
1answer
30 views

How many threads are used in mule when moving across request-response inbound-endpoints?

I am trying to undersand the threading model used in Mule. Mule docs quote: If you are using synchronous processing, the same thread will be used to carry the message all the way through Mule ...
0
votes
1answer
54 views

Deploying mule project on public network

deployed the mule project in a mule stand alone under our organization domain. I could connect to it from anywhere under the domain through the system and the the Project works fine. The problem is ...
-2
votes
0answers
20 views

aperteworkflow automatic step base on role

this image shows how the process that I want. I want to make automatic step, #{initiator} start the task (task_1), with muleScript, next step is automatic step base on #{initiator} role, exp: if ...
1
vote
2answers
39 views

call subflow with in mule3 webservice

I created a Mule3 Simple Front-end Web Service which is supposed to pass the XML message to a sub-flow and returns success to its caller. mule-config.xml <flow name="webserviceTestFlow"> ...
0
votes
0answers
28 views

Mule EJB endpoint for dynamic method call

I am doing an integration poc to invoke a remote EJB servcie by ejb:connector and ejb:outbound-endpoint in component binding. It works perfectly fine if I define methodArgumentTypes and method ...
-3
votes
0answers
23 views

Does anyone have any experience configuring the Mule Management Console for use with a db other than PostgreSQL and Oracle? [closed]

According to the following links, the only two databases supported for use with the MMC are PostgreSQL and Oracle. Does anyone have any experience configuring the MMC for use with any other database? ...
0
votes
1answer
50 views

Mule parameters in SQL queries

I'm trying to query two databases f102 which is MySQL and f100 which is SQL Server. The query to the MySQL server works but the SQL Server connector doesn't like the "#[header:INBOUND:company] as ...
2
votes
2answers
42 views

What is the difference between a private flow using flow-ref or using vm endpoints request-response?

What is the difference between using a private flow using flow-ref to refernce another flow or using vm endpoints in request-response style? They both get their own processing, threading and ...
0
votes
2answers
33 views

Mule ESB - NetSuite Integration for a file based interface?

I have a situation where in need to integrate a system which creates general ledger files with NetSuite. The "Source" System basically dumps the General Ledger feed in a file at a defined location ...
0
votes
1answer
22 views

Mule default thread settings

I'm using Mule 3.3.1. I've found articles discussing configuration of thread usage (maxThreadsActive, etc.). However, most of them say something like "the default settings are probably good enough" ...
0
votes
1answer
21 views

Display custom message while mule project is shutdown

In MULE CE 3.3.0, I have this Configuration XML file(I copied it below) <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:http="http://www.mulesoft.org/schema/mule/http" ...
-1
votes
1answer
41 views

how can use wire-tape in mule for statstict wsdl?

i define a web-service in mule i want to get statistics user that use from web-service how can use wire-tape in my project? what is wire-tape? i have not wire- tap in mule pallet <flow ...
0
votes
0answers
41 views

Why web service works after disconnect WSDL?

I have a cxf web service. It works correctly. WSDL of service sometimes disconnects, when it disconnects my cxf web service works too. if I re-run my service, it doesn't work. While I think my cxf ...
0
votes
1answer
41 views

how can shows wsdl from internet by new address (own address)?

i want use wsdl form internet in mule such as :http://www.ommolketab.org/OML_News.asmx?WSDL i want to : after that i write [http://localhost:8082/myservice?wsdl][2] be showed wsdl from address ...
0
votes
2answers
32 views

Mule - How to do a choice/when based on http response codes?

I need to be able to perform certain actions based on the http response code I get back from an http outbound endpoint. For instance if I get a 500 error or a 302 redirect or a 200. I need a way to ...
1
vote
1answer
22 views

how to create an output file based on xml data in mule

Im very new to mule so hopefully someone out there can help me out. Im trying to create an output based on a content in my xml Ex <Header> <UniqueID>AAA_12345</UniqueID> ...
0
votes
0answers
18 views

How to avoid broadcast response Ajax Endpoint Mule when subscribed

I'am using Mule Community Edition 3.4.0. In my project I would have a web page that performs a mule.rpc in order to trigger a database query, then I'd expect a database response on an Ajax outbound ...
0
votes
0answers
47 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
58 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 ...

1 2 3 4 5 18