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

3
votes
0answers
298 views

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 ...
3
votes
0answers
376 views

Mule 3.3.0 JBoss Transaction Manager java.lang.NoSuchMethodError exception

I'm migrating from Mule version 3.1.0 to 3.3.0. When running my code using a JBoss transaction manager: <jbossts:transaction-manager> <property key="test" value="TEST"/> ...
2
votes
0answers
44 views

HornetQ cluster node consumers

I have a HornetQ standalone cluster with 2 nodes and Mule ESB is configured to connect HornetQ Cluster discovery group. I wrote a Mule Callback Listener which is consuming messages from HornetQ ...
2
votes
0answers
69 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. ...
2
votes
0answers
102 views

Handling specific exceptions within a mule flow

I have a JAX-RS service wrapped in a mule v3.2.1 flow which may trigger exceptions which I would like to capture and process. I would prefer to send the exception to another class and return an ...
2
votes
0answers
162 views

Mule Flow - Inserting BLOB attachment types into an Oracle database field

I am new to the Mule ESB and I am trying to find a solution to what is hopefully a common business requirement. I have a payload where one of its elements will be inserted into an Oracle database as ...
2
votes
0answers
110 views

How can I pass a List<String> from a REST component to a custom cloud connector in Mule?

I have a custom cloud connector with a function that takes a List. Hard-coding the values into the connector's properties works fine, but how can I pass a URL with ...
2
votes
0answers
161 views

Drools Fusion + Mule throws nullpointerexception

I'm trying to make a twitter app using mule+drools fusion, but I'm getting a null pointer exception in the rhs of one specific rule, "Tweet a caso sospechoso." I can't figure out. I think that the ...
2
votes
0answers
352 views

How to customize SOAP Fault messages in Mule?

How do I send the fault code and fault string in such a way, that after my flow throws an exception, I get the desired error code and message in the SOAP error response (in FaultCode and FaultString ...
2
votes
0answers
3k views

Configuring HTTP endpoint with SOAP in Mule Flows

I am trying to configure an existing SOAP web service in Mule using Mule Flows. I have an HTTP endpoint with request/response and a SOAP component, say Service A. I want to configure this setup for ...
2
votes
0answers
114 views

Netsuite with Mule ESB

How do I obtain the modified records of employees for a certain period of time? How to get list of role? how to delete record of role and department from employee? I'm using the Mule Cloud connector ...
1
vote
0answers
64 views

Mule inserting empty payload in JMS queue in catch-exception strategy block

I am simulating a time-out exception (or any other for that sake) when calling external vendor web service. I store the original payload at the start of flow and in catch-exception-strategy, replace ...
1
vote
0answers
28 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 ...
1
vote
0answers
27 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. ...
1
vote
0answers
36 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 ...
1
vote
0answers
68 views

Mule ESB restarting itself

I'm having an issue with my Mule application. I'm running my Mule application on an Amazon Micro Instance, the app starts to insert massive data in a mysql database, suddenly mule application ...
1
vote
0answers
64 views

Why can't I override a javax.validation.ValidationFactory when deploying mule app to CloudHub?

I'm trying to load javax.validation.ValidationFactory from a library containing the javax.validation package (retrieved from jboss.org). I see that the library is included when I export the Mule ...
1
vote
0answers
52 views

Using Outbound Endpoints to Publish more Data in Mule

i did a example from Using Outbound Endpoints to Publish Data i had not any problem but i want to save more information in file outputted like ip or date to wit When Http-request is sent and ip ...
1
vote
0answers
110 views

I/O exception when calling webservice several times from Mule 3.2

I am using Mule ESB 3.2 to call a webservice. Since the response is paged I need to call this service several times and merge the result. When calling the wevservice the second time I get an I/O ...
1
vote
0answers
76 views

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 ...
1
vote
0answers
472 views

Mule Studio , How to access json to object variable for inserting to mysql database

My WorkFlow Image 1.I'm post json data [Example { "name" : "yourname" , "id" : "12345" }] 2.tranform json data to object 3.connect mysql database , prepare insert query but I can't access ...
1
vote
0answers
116 views

Mule ESB application deployed on JBoss: mapped-name is required for org.apache.cxf.binding.BindingFactoryManagerImpl

I'm trying to deploy Mule ESB application on JBoss (5.1.0.GA), as .war file. When I start JBoss, I'm getting followiong error: 13:37:06,952 ERROR [StandardContext] Context [/OMS] startup failed due ...
1
vote
0answers
43 views

Prevent Mule Studio from removing “invalid” properties

I'm having to use a "storePrefix" property in a collection aggregator because of Multiple Collection Aggregators in Mule causing routes to get mixed up which works great. But Mule Studio doesn't ...
1
vote
0answers
71 views

Mule 3.3.0 - ajax connector and jersey resource on same domain

I setup a ajax server in mule that hosts a webpage: <ajax:connector name="ajaxServer" serverUrl="http://0.0.0.0:8090/test" resourceBase="${app.home}/docroot"> On the webpage, I want to be ...
1
vote
0answers
102 views

JMS Transactions in Mule 2

I tried setting this up for my project and it appears to work in the sense that a request is placed back on the queue if I kill the tomcat before it finishes, but if I let it run I get an exception. ...
1
vote
0answers
134 views

Mutual SSL for SOAP client using Mule ESB

I am brand new to Mule and am trying to figure out how to put together a flow that makes a SOAP-XML request over HTTPS when a certificate must be presented to the server to create the SSL connection. ...
1
vote
0answers
366 views

Mule 3 datamapper (list-of-maps to list-of-pojos) retuns empty result

I have a problem using Mule 3.3 datamapper, converting a list of maps into a list of POJOs. The source data was created by reading from a database (JDBC outbound endpoint with a SQL query), and my ...
1
vote
0answers
370 views

Consuming https/ssl web service in Mule (CXF)

I have this problem consuming a .NET web service over https/ssl in MULE 3.3.0 CE. I hope someone have a good idea to solve this issue. This works fine out-side of Mule, using CXF library (2.5.1) and ...
1
vote
0answers
74 views

How do I display and store the contents of a HTTP stream using Mule

I'm using MuleStudio 1.30 and I have a server (actually, the mock server that comes with gnip4j) that just streams messages that have the following pattern message_id JSON message and the ...
1
vote
0answers
176 views

data-mapper not found on mule ee 3.3.0

I'm implementing a project using the mule ee 3.3.0 and I want to use the data-mapper. For your information, I do not work with the MuleStudio. I am working with an actual eclipse and the Mule IDE ...
1
vote
0answers
208 views

Mule IDE unable to generate JAX-WS client

Using Mule IDE version 3.2.3 to invoke JAX-WS web service. In the "Import WSDL" dialogue after entering the WSDL URL and package name the JAX-WS client generation fails with error message Error ...
1
vote
0answers
456 views

How to configure mule https-connector to consume webservice?

Okay, my last post did not really get any audience, do I'll try to clarify myself a bit. :) Could someone give me an example how I should configure my https-connector in order to consume webservice ...
1
vote
0answers
1k views

Mule ESB Web service mapping

I'm a newbie trying to implement a simple web service mapping in Mule. Basically, the flow should receive a Soap request ("ExampleWS1"), marshall it to a bean, map this bean to another, and send it ...
1
vote
0answers
161 views

how to stream with mule sftp connector

We have a soap service that accepts a small file so we receive that in memory and we need to then sftp that off to another server. What would the configuration be for that? How to take our ...
1
vote
0answers
50 views

Can a Crystal Reports SQL Command be used with Mule?

Is there any reason a crystal reports report that uses a sql command cannot be used in Mule for reporting? It just fails when I try and use it. No error message that I can find. Do I misunderstand ...
1
vote
0answers
1k views

How to configure mule ESB with Apache tomcat

I was asked to introduce Mule ESB to integrate a working logic. When I was trying to configure mule with Tomcat (Steps given in ...
1
vote
0answers
554 views

Drools, spring and mule

Has anyone combined these technologies? Could you share lessons learnt?
0
votes
0answers
11 views

Updating Mule application through the mmc

I'm trying to update an application in the evaluation version of Mule ESB EE. I upload to repository, create a new deployment and start it. But the server is still serving up the old .xml I've tried ...
0
votes
0answers
17 views

Mule Logging slf4j

The Mule 3.3.x documentation here ( http://www.mulesoft.org/documentation/display/33X/Configuring+Logging ) says that Mule uses slf4j as a facade for logging. Based on that, I expected to be able to ...
0
votes
0answers
13 views

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 ...
0
votes
0answers
16 views

Mule Performance stats needed

I am interested on anyone's stats on how many messages per second you can transfer for various endpoints, like http, JMS, SOAP etc. In my applications I typically only get around 1k per second which ...
0
votes
0answers
33 views

Mule reprocessing a failed message twice during start up

I am working with Mule 3.3.1. I have an queue flow with File Persistent storage. <vm:connector name="vmConnector" createMultipleTransactedReceivers="true" ...
0
votes
0answers
35 views

Mule FunctionalTestComponent event callbacks - event is never received

I am trying to use the FunctionalTestComponent to catch messages in Mule so I can assert against certain Header properties mid flow. But events are never received and my test always passes where it ...
0
votes
0answers
58 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 ...
0
votes
0answers
54 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
0answers
32 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
69 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 ...
0
votes
0answers
45 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
39 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) ...
0
votes
0answers
55 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 ...

1 2 3 4 5 6