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 ...
0
votes
1answer
72 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
72 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
76 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
38 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 ...
0
votes
1answer
114 views
How to implement Oauth2 two-legged token based security on Mule CE?
I am working on Mule CE and need to implement token based security (preferably) using Oauth2. I have configured the authorization-server and I do see the default mappings in the log file, however when ...
0
votes
1answer
35 views
Mule - Unable to find an StreamCloser for the stream type: class java.lang.String
After the JMS message is delivered to the queue I see a log statement related to Stream Closer. It doesn't look right to me .. why do I see this message?
2013-04-22 19:08:29,385 [DEBUG] ...
0
votes
1answer
28 views
Timezone in Mule Quartz cron job
I have a Mule flow with a quartz:inbound-endpoint that runs run every 15 minutes from 7 am to 6 pm every day. I want to run this job in US Eastern Time... How can I mention Time Zone with the job.
...
0
votes
1answer
75 views
Using Mule Studio to read CSV
i try this example : Using Mule Studio to read CSV step by step but but content of csv donot copy to database . i have not any errors i left my console and myflow :
<?xml version="1.0" ...
0
votes
2answers
57 views
using org.mule.expression.DefaultExpressionManager class in Java
I am trying to use MEL functions inside my java class. I found that I can use org.mule.expression.DefaultExpressionManager classe' evaluate method to accomplish this. I tried to implement this inside ...
0
votes
1answer
81 views
Call a CXF Client through a Java Bean with Mule
Im trying to consume this webservice: http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl from another wsdl... Dont worry for that, im just tryng to make some kind of bridge to test the webservice call ...
0
votes
1answer
52 views
Set variable dynamically in flow is not working
I need to access a service using the JAX WS client.
I need to provide a authentication token along with the call.
I used the below configuration to pass a token in my Mule flow, but it is not ...
0
votes
1answer
100 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 ...
0
votes
1answer
48 views
Transfer compresses/decompressed + encoded/decoded files between systems in Mule
I am using mule sftp endpoint to transfer files between systems. The involved systems have ftp/sftp servers installed and running. But what I want to achieve is to transfer compressed/uncompressed + ...
-2
votes
0answers
33 views
Mule sftps transfer compressed/uncompressed and encoded/decoded files
<flow name="flow1">
<sftp:inbound-endpoint address="sftp://username:password@ip_address:22/path/to/dir1"
responseTimeout="1000" />
<string-to-byte-array-transformer ...
0
votes
1answer
88 views
Mule outbound http end point Content-Length mismatch
I am trying to do a basic GET/POST from one REST client to another. I'm getting and mapping the data just fine, but it times out during the POST http oubound endpoint. In using Fiddler Web Debugger, ...
0
votes
0answers
43 views
Mule Rest service MIME type of returning object
i have a rest web service which consumes MediaType.MULTIPART_FORM_DATA.
After several operation it returns an object which contains String, list, byte[].
In such a case what would be the MIME type for ...
0
votes
1answer
55 views
Mule not rolling back JMS message after exception
My flow consumes a message based on cron expression and I have deliberately added a groovy code to throw exception for testing JMS rollback. Rollback doesn't return the consumed message back in queue. ...
1
vote
1answer
71 views
Running Flows in Mule Parallel
I have two flows in Mule that i want to run in parallel. The first flow should transfer a file from a remote machine using sftp to a local directory (does this none stop as long as the file is ...
0
votes
0answers
63 views
Why does Mule ESB Standalone (Enterprise Evaluation) hang when I try to deploy or redeploy apps?
I'm running Mule ESB Standalone (EE) on a windows 7 box. Almost every time I try to deploy or re-deploy a mule app to a standalone mule server on my laptop, the IDE hangs and the mmc lists the ...
0
votes
0answers
87 views
Create file server side and save it from client side by selecting folder
im using spring mvc (client side) and ESB Mule flows (server side) which includes java components (classes).
Thing is that i got an "EXPORT" button in the client side, when clicked that triggers a ...
0
votes
0answers
29 views
Mule ESB CyberSource Exception on credit
I'm trying to use the CyberSource connector with Mule. I can get make-payment, authorize-payment, capture-payment and void-transaction to work, but credit is eluding me.
A simplified flow showing ...
0
votes
1answer
34 views
Nested transactions in Mule: are they possible?
I have the following flow in Mule 3.3.2:
<flow name="testFlow" processingStrategy="synchronous">
<vm:inbound-endpoint
connector-ref="vmConnector"
path="in">
...
0
votes
1answer
57 views
How to deploy new flows in Mule without restarting it?
When we change the Mule Deployment Descriptor (mule-deploy.properties file) to add more flow configuration files, is it must to restart Mule for the new flows to start running? Is there any way we can ...
0
votes
2answers
91 views
Invoke the main method of a class in Mule
I have a Java class that writes data to a file every time you run the program. The Java class is written in the Mule project, and i would like to use a mule flow to invoke this Java class. So my ...
0
votes
1answer
25 views
Mule - flow cleanup code approach
We just started using Mule a month back and so far it's been a good learning. Right now, we have quite a few flows implemented that integrates our disparate systems. One of the requirements for us is ...
0
votes
1answer
61 views
Mule DataMapper String List
I tryng to making a complex mapping (complex to me) with the follow scenario:
In:
<root>
<bigrow>
<row>1</row>
<row>second</row>
...
0
votes
1answer
36 views
Fetching Error Code in mule
I want to create a custom exception message in case exception is thrown by my mule service. In order to do that, i want to separately capture mule generated ErrorCode. Is there any property using ...
0
votes
2answers
47 views
app.home used in mule ajax connector is not working when mule project is converted to web application
In mule, the studio flight reservation example is working when I convert it in web application by using web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID">
...
1
vote
3answers
125 views
REST Uploaded File Return Type
i am trying to upload a file to the web using rest web service. i created a flow which accept a file in the form as:
@POST
@Path("/upload")
@Consumes(MediaType.MULTIPART_FORM_DATA)
public Response ...
1
vote
1answer
76 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
1answer
98 views
IP-addresses Log file by all requests in MULE CE 3.3.0?
in MULE CE 3.3.0 I want to implement this process:
1- Post- office has a service for giving postal-code to clients. So post-office creates a WSDL-file for its service.
2- Here, our company is a ...
0
votes
1answer
336 views
Getting elements from SOAP Header with cxf-interceptor in MULE CE 3.3.0
I want to Getting elements from SOAP Header in MULE CE 3.3.0.
In flow I set WSDLLocation and my custom java class.
This is my flow code that I copied them below:
<http:inbound-endpoint ...
0
votes
1answer
42 views
how to get Lifecycle states of a Mule instance?
I use Mule 3.3.0 CE. I wanted to get lifecyle states of a mule instance such as: "Initialising, Starting, Stopping, Disposing". I wanted to store these informations.
these data, there are in ...
0
votes
1answer
178 views
HTTPS WSDL soap:address location is not correctly rewritten by web-service-proxy
This problem is present in mule 1.3.2-201212121943
WSDL soap:address location is not correctly rewritten by web-service-proxy with .NET WS
<mule ...>
<https:connector name="HTTP_HTTPS" ...
0
votes
0answers
32 views
Mule MMC flow analyzer not working after externally persisting transaction data
When working with MMC with embedded/default(in memory) persistence settings, i could select the Mule server and check flow, transaction payloads in flow analyzer. but once i moved to external ...
0
votes
1answer
37 views
Connect Ejabbered via Mule ESB CE
I tried to put Ejabberd server at the back of Mule ESB community edition, that means all messages to Ejabberd server must go to ESB at first.
I used the xmpp connector in the document as following ...
0
votes
1answer
141 views
Unable to invoke web service with security
I have crated a CXF JAXWS Service as below.
I have provided a custom UserNameToken validator and a callback handler.
But this is not working. It throws an error everytime.
<http:inbound-endpoint ...
0
votes
1answer
70 views
how can taking advantage of Mule Lifecycle
i am exercising Mule
i read here
i want to try this sample and i create a project and create a java class in Mule Studio
after that i copied this code:
package org.mule.module.twilio;
import ...
0
votes
1answer
119 views
upload a file to salesforce using connector
i builded a flow in mule which create a case in Salesforce using 'Salesforce' connector. now i need to upload a file to that case using the same mule flow. This can be done programatically by the ...
0
votes
1answer
60 views
Importing Maven Project in MuleStudio POM error
I am following the tutorial regarding Creating a Cloud Connector.
When importing in MuleStudio, I am getting two errors which I don't completely understand.
Project build error: Unknown packaging: ...
1
vote
1answer
37 views
AspectJ around Mule MessageReceiver
I'm looking to wrap an aspect around a Mule Flow, IE I'd like to define an @Around that would be triggered when something enters a Mule flow, so that I can perform my own statistics gathering. I ...
0
votes
1answer
51 views
MuleEventContext with annotation
I want to avoid using the Callable interface in a Mule component, instead of this i want to use annotations based coding.
I am using the following code but getting an error.
How can i use the ...
2
votes
3answers
96 views
How to tell using xpath if an element is present and non empty
I have an input XML something on this line:
<Holding id="12">
<Policy>
<HoldingForm tc="1">Individual</HoldingForm>
...
0
votes
0answers
67 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
1answer
40 views
Mule EE jars vs CE jars
We are using mule (enterprise edition) and are debating whether to use EE jars (whenever available) or CE jars. Is there a reason to go one way or another. The application is eventually going to ...
0
votes
0answers
43 views
mule log files into DB
In mule CE version 3.3.0, I have a mule project, and the URL for calling it is http://localhost:8086/mule?msg=Hello-World!!!.
Every time that I call it, in a log file in mule server that it has as a ...
0
votes
1answer
65 views
Why won't a REST component not receive a call made internal to an app when multiple Global HTTP Connectors are Configured?
I'm struggling to configure and deploy to CloudHub an app with multiple Global HTTP Connectors and a REST component.
My application has two flows: one polls an RSS feed for news and posts a json ...
0
votes
2answers
110 views
Issue running CXF JAX WS Service
I have exposed a web service using the CXF JAXWS Service via the HTTP outbound.
Given below is the syntax of my end-point declaration from my Mule config.
<http:inbound-endpoint ...
0
votes
2answers
55 views
How can stop a mule project in Mule standalone(server)?
I am a beginner in Mule
How can stop a Mule project in Mule standalone(server)?
0
votes
1answer
43 views
I want to use a common set of functions used in Mule such as a counter, UUID generator, date and timestamps
I want to use a common set of functions used in Mule such as a counter, UUID generator, date and timestamps.
I found only this page about it.
but i have not any information about @Function ...





