0
votes
1answer
23 views

How to invoke sub-flow from a custom transformer (java code)

How can I invoke (call) a sub-flow from a custom java transformer (from java code)? Thank you.
0
votes
1answer
32 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
81 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
41 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
54 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
51 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
0answers
38 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
49 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
1answer
139 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
1answer
50 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
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
0answers
38 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
1answer
44 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
111 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" ...
2
votes
1answer
63 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
103 views

WSDL Endpoint example throwing errors in Mule

Posting here is always my last resort, but I'm going crazy here. I'm a Mule ESB beginner. I've been trying to do some simple examples to get me on the right track. But I've encountered a problem with ...
1
vote
1answer
78 views

Mule CPU maxing out with a very small load

System under test: Mule ESB 3.3.1 OS: CentOS 5.1 64 bit Quad-core 3 GHz 32 GB RAM The Mule ESB is simply intercepting SOAP requests; validating the SOAP requests for a valid token and simply ...
0
votes
0answers
69 views

Security provider not registered during Functional Tests

We are using Basic Authentication in RestFul webservices deployed on Mule, security powered by in-built Spring Security. We are using Mule 3.3.0. We have broken our mflow into 2 different parts - ...
0
votes
2answers
62 views

Does Mule offer hot-deployability for Camel routes?

I have a Camel-heavy web application that suffers from chronic releases because business logic is always changing and we are constantly adding/modifying our routes. I heard a co-worker talking about ...
0
votes
1answer
49 views

Connect Bonita with Mule

I'm working on a project that requires to connect Bonita 5.10 and Mule ESB 3.4 , The link on the official connector is broken and I couldn't find a connector elsewhere. Any idea what to do ?!!
0
votes
2answers
113 views

mule versioning on web service

I have the same mule webservice application with 2 different versions deployed on the same mule server. Let's call it MuleApp.1.0 and MuleApp.1.1. The flow is as simple as the example of webservice ...
1
vote
1answer
95 views

Can you write an “if” statement in Mule ESB?

I have an abstract-message-processor I built that I want to encapsulate inside of a boolean evaluation so that I can turn it off under certain conditions. I'm looking to write something like this: ...
0
votes
1answer
121 views

customize mule logger

In mule, when request is coming, mule automatically log complete request which contain credit card information and we dont want to log that field in payload. Can we customize payload to hide some ...
1
vote
1answer
166 views

Enterprise Integration Patterns and HTTP (SOAP/REST)

Hi went through Enterprise Integration Patterns by Gregor Hohpe and Bobby Woolf. http://www.eaipatterns.com/toc.html I also went through Camel and Mule's compliance with these integration patterns - ...
4
votes
1answer
100 views

Mule Inter - App communication in same instance

I have explored the web on MULE and got to understand that for Apps to communicate among themselves - even if they are deployed in the same Mule instance - they will have to use either TCP, HTTP or ...
0
votes
1answer
77 views

Mule ESB dynamic http proxy

I am studying about MULE ESB. I would like to create an API Manager using ruby on rails and would like to know if there is any way to mapping my end-points in MULE dynamically. I mean, considering a ...
0
votes
0answers
123 views

Using Log4j JMS appender to connect with ActiveMQ

I am trying to add logging to our Mule application with ActiveMQ so all Messages are written to a SQL Server Database. THis is the content of my Log4j properties file in Mule: ...
0
votes
1answer
82 views

How to publish two services with same path but different URLs on Mule 3.2

My need is to publish two services with same path on mule, but different URL's. Like this https://localhost:8443/etc/app/version1/Service https://localhost:8443/etc/app/version2/Service Im using ...
1
vote
1answer
129 views

Mule ESB and “multipart/form-data”

I have a working Web service that allows me to upload a file. I'd like to put Mule 3 in front of it but I have not been successful in getting it to pass along payloads whose MIME type is ...
1
vote
0answers
111 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 ...
0
votes
1answer
193 views

Large dataset processing using Mule ESB from database: how to update the processed records based on certain batch size?

I have a large set of records to be processed eg: 100,000 records. My use case has 4 steps: pick the records from database table using jdbc inbound adapter convert the record to xml format post the ...
1
vote
1answer
59 views

Can an ESB imitate a database stored proc and pass the request on to a web service instead?

I've got an older system that can call a stored proc, but can't call a web service. The business logic from this stored proc is being migrated into a web service. Are there any ESB adapters that can ...
0
votes
1answer
247 views

Mule ESB 3.3 - Receiving IMAPS mail (Gmail)

Anyone has a working example of reading mails from IMAP over SSL (IMAPS) from Gmail? Some info I have gathered, but without any success: Mule ESB: Retrieving email messages from Gmail using IMAP ...
0
votes
2answers
56 views

How to split up the url?

I use Mule Studio. When I run for example localhost:8080/?first=value1&second=value2 I would like to get two variables and their values: first: value1 second: value2 I use splitter to delete ...
0
votes
2answers
233 views

Mule ESB HTTP inbound-endpoint path

I am trying to get two mule projects to run at the same time that have similar paths, so that we can group our calls together (example http://domain.com/foo/service1 http://domain.com/foo/service2) ...
1
vote
2answers
671 views

Mule ESB 3.3 How to start transactional flows concurrently

I would like to process set of messages concurrently, but I can't manage to make them transacional unless I set the VM to request-response... in which case the processing is not concurrent. Mule ...
1
vote
1answer
457 views

Mule ESB 3.3 Exception Strategies & Rollback baffling behaviour

Setup: Tabe: CREATE TABLE test (id int PRIMARY KEY NOT NULL, name varchar(25)); Basic test flow: Preconditions: The database already has a record with id=2 (to force SqlException) Case 1: Whe ...
1
vote
1answer
127 views

Mule ESB cxf client config

I'm using mule cxf client to consume web services. How can I change default configuration of the mule cxf client? What I need is to change "Keep-Alive header". Other option is to change http protocol ...
2
votes
1answer
267 views

Mule: Multiple flows in the same session

I have an Mule application whose purpose is to send emails. The application performs 2 steps: 1) In the first flow, it accepts requests on an endpoint and writes it to a vm queue. 2) In the second ...
0
votes
2answers
410 views

Mule ESB: how to filter emails based on subject or sender?

I am new to Mule 3.3 and I am trying to use it to retrieve emails from a POP3 server and download the CSV attachments if the sender field and subject field contain certain keywords. I have used the ...
0
votes
1answer
209 views

Posting to a REST endpoint from a vm queue in Mule

I have a mule flow which accepts an xml and posts it to a vm queue names as "mailQueue" in mule. The xml input and mule flow are below: <Mail> <Name>JonHender</Name> ...
0
votes
1answer
165 views

Parse JSON in Mule 3.2 Flow

If I have the following JSON [ { "category": "reference", "author": "Nigel Rees", "title": "Sayings of the Century", "price": 8.95 }, { "category": "fiction", "author": "Evelyn ...
0
votes
1answer
154 views

how to access json data mule esb

i want to access json data generated from the sync flow into an async flow. I am getting json data from sync flow correctly and i want to fetch certain attribute value from that my json data is as ...
0
votes
2answers
608 views

Mule ESB 3 Transactional Flow Single Jdbc Resource Not Rolling Back (MSSQL & jtds)

EDIT: This only happens with MSSQL & jtds 1.2.6 Still investigating... **Duplicate of : Mule 3.3.0 Jdbc Transaction Undesired Commit **Mule Documentation sucks. I want to rollback everything ...
2
votes
0answers
99 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 ...
0
votes
1answer
477 views

Mule Functional Tests - totally confused

We have a Mule application with 6 or seven flows with around 5 components per flow. Here is the setup. We send JMS requests to an ActiveMQ Queue. Mule listens to that. Based on content of the message ...
0
votes
1answer
149 views

Mule FunctionalTestCase - does it load mule server for every test?

I am wondering, If I have say 10 tests, each extending FunctionalTestCase in Mule - does it actually load a Mule server in the life cycle of the test and tears it down for every test it runs? That ...
0
votes
1answer
135 views

How to implement a Mule Message Observer?

Im trying to implement a simple message observer on Mule that don't need to mutate the message. This link on the documentation says that the easiest way is to extend the AbstractMessageObserver. But ...
0
votes
1answer
331 views

deploying and running embedded mule in webapp (Mule twitter integration)

Hi I am newbaby to Mule!! I want to run this simple app (receives input from url and post to my twitter account using twitter connector). I try first deploying it on CloudHub and it works ...
0
votes
1answer
913 views

Lastest Mule ESB plugin for Eclipse?

Is there any official Mule plug-in for Eclipse? I found only this one http://dist.codehaus.org/mule/muleide/updates/ but it is for Mule 2.

1 2 3 4