Questions tagged [mule-studio]

Mule Studio is a tag that's used to refer to the former MuleSoft's IDE product previous to the release of MuleSoft Anypoint Studio. This tag should be not be used for Anypoint Studio since its release 3.5.0 (May 20, 2014).

Refers to MuleSoft's former IDE, Mule Studio, which was replaced by Anypoint STudio in 2014. Mule Studio is a customized Eclipse environment that provides an IDE and other tools used to create Mule Applications and Anypoint Connector components.

1733 questions
0
votes
1 answer

How to achieve retry mechanism for Mule SFTP outbound-end point for one-way MEP

Can any one help me out in achieving retry mechanism for Mule SFTP outbound-end point for one-way MEP .
Mohan
  • 520
  • 4
  • 16
0
votes
2 answers

How to send message in ActiveMQ queue from webservice class in Mule

I have a mule flow :- I have the following flow :-
Anirban Sen Chowdhary
  • 8,233
  • 6
  • 39
  • 81
0
votes
1 answer

Mule ESB and Alfresco Web Services CreateFolder. MIME Issue

I am trying to create a folder in Alfresco using Mule ESB and Alfresco WS. I am getting an error complaining about it a MIME issue. the flows is as below:
tosi
  • 1,873
  • 2
  • 18
  • 38
0
votes
1 answer

Mule - failed to route via HTTP outbound endpoint

I have a Mule flow that is converting an inbound file into some XML and I wish to post this to an HTTP outbound endpoint but my flow fails when I attempt to do so. My flow looks as follows:
danw
  • 1,608
  • 4
  • 29
  • 48
0
votes
2 answers

Mule - separate test config files or vm endpoints for functional testing?

I've been building a Mule application for a while now and have just begun experimenting with writing JUnit tests for my flows. The flows I've built typically handle flat-file transformations and are structured similar to the below:
danw
  • 1,608
  • 4
  • 29
  • 48
0
votes
2 answers

How to filter wildcard in string using mule filters

I have value /asdf. I'd like to split the '/' from the string. How this can be achieved using mule filters?
Mangoski
  • 2,058
  • 5
  • 25
  • 43
0
votes
1 answer

Unable to create instance of POJO service

I am new to Mule and I am trying to solve below error in java class. Below is my java class: package com.eb.mule; import java.sql.Timestamp; import com.datastax.driver.core.Cluster; import com.datastax.driver.core.ResultSet; import…
Narendar
  • 11
  • 1
  • 8
0
votes
1 answer

No serializer found for class org.mule.module.jersey.MuleResponseWriter$1 while using APIKit

When I use APIKit router with a Rest(jersey) component, I am getting a exception( as below), this exception does not occur when I use a flow-ref instead of the API Router ( Inserted flow snippet below). Any clues ? Message : No…
Jay
  • 19
  • 5
0
votes
1 answer

mule send email as an attachment

My below code perfectly send email as an attachment, but the problem is 1) payload is copying to the mail body. I want mail to be sent only as an attachment, don't want to include attachment in body part of the mail. 2) email triggers twice…
AKB
  • 5,918
  • 10
  • 53
  • 90
0
votes
2 answers

mule-Failed to execute goal org.apache.cxf:cxf-codegen-plugin:2.5.9:wsdl2java (default) on project : javax/xml/ws/Action

I'm following http://www.mulesoft.org/documentation... to create a connector to a SOAP Service via CXF Client Example. When I add the required maven dependency code in ,pom file and clean and run it(on mule studio)...I'm getting the following error…
Balwant Kumar Singh
  • 1,158
  • 4
  • 24
  • 48
0
votes
1 answer

How to use Mule JDBC Standard Reconnection strategy

I want to use Mule JDBC Standard Reconnection strategy .... For that I have used the following code :-
Anirban Sen Chowdhary
  • 8,233
  • 6
  • 39
  • 81
0
votes
1 answer

Importing android.net MailTo class into existing (Mule) java project

I have a Mule project (created with Mule Studio, a flavor of Eclipse.) I would like to use the android.net MailTo class, which requires a few other files within the package, such as a ParseException and URI class. I could add the files into its own…
Loic Duros
  • 5,472
  • 10
  • 43
  • 56
0
votes
1 answer

Use Mule data mapper in embedded mode

Is there a constraint on using Mule data mapper in embedded mode. My application is deployed as WAR file in tomcat. Can I use data mapper in that ?
user1493140
  • 5,976
  • 4
  • 29
  • 49
0
votes
1 answer

MuleStudio 3.x: Is http:rest-service-component deprecated? Renamed? Replaced?

Although there are matches for "rest" and "service" in the components pallet, those don't give you . And if you manually add it to the XML, Mule Studio doesn't seem to know what to do…
Mark Bennett
  • 1,446
  • 2
  • 19
  • 37
0
votes
3 answers

Read .csv file and inserting values into MySQL db in mulesoft

I'm trying to read .csv file from local directory and insert values into Mysql database. Please suggest me any example using Mulesoft.
Narendar
  • 11
  • 1
  • 8
1 2 3
99
100