Tagged Questions
0
votes
1answer
19 views
Mule Cloud Connector not compiling with Mule Devkit 3.4 and JDK7
I build a custom cloud connector with Mule 3.3.0 and JDK7, and everything was working fine. When I tried updated to Mule 3.4.0, I ran into an issue with passing @Processor functions List parameters. ...
0
votes
1answer
163 views
How to stop a mule flow from running after startup
I have a mule flow that starts with a jms inbound endpoint.
My requirement is to prevent the queue from reading any messages until I explicitly enable the connector for the endpoint.
So I have an ...
0
votes
0answers
122 views
Trying to follow “Your First Cloud Connector” Tutorial
When I reach step 5 on "Importing the Connector into your IDE" (I'm using Mule Studio)
and the tutorial says
"By the time the Maven tooling for Eclipse has finished building your project it should ...
0
votes
1answer
192 views
Getting errors while trying to build a skeleton Mule Cloud Connector..
So I'm following the tutorials online to build a cloud connector but I can't even get the skeleton to be generated!
tutorial 1
tutorial 2
I get the following error, using the ...
0
votes
1answer
105 views
Mule Message Redelivery
Does anyone know what is the difference between maxRedelivery attribute on a connector and defining idempotent-redelivery-policy on an endpoint? Are they both same?
One difference I know is in ...
0
votes
1answer
216 views
How to pause SFTP Connector in Mule ESB CE
I need to pause a SFTP Connector from polling and then restart it after a specified interval, in Mule ESB CE 3.2.1.
Do you know if it's possible, by using Mule's API if necessary?
And, if it was ...
2
votes
1answer
1k views
Mule jdbc connector xml parsing
I'm having problems to add a JDBC endpoint to my Mule project but I'm having problems during the initialization due to some XML parsing problems.
The problems started after I've added the JDBC ...
0
votes
1answer
438 views
Help with Mule Magento Connector
I have been trying for a while to get working the Mule's Magento Cloud Connector. However I have had no success.
I am using magento 1.6.0, mule 3.1.2, and the Mule's Magento Cloud Connector 1.2.
My ...
0
votes
0answers
227 views
Parsing a List of Elements in a Mule Configuration
I am building a new Mule transport to allow communication with DDS. In order to keep QoS consistent, the connector needs "flow controllers". Zero or more flow controllers may exist.
The connector's ...