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
4
votes
1 answer

Mule + ZenDesk: Unhelpful error message: "null (java.lang.UnsupportedOperationException). Message payload is of type: ZendeskConnector$1"

I think this is some type of generic MuleSoft error message, basically saying that it's either unhappy about the input or output, but I've made the simplest flow that I can, and as far as I know there are no parameters to pass. The test flow I'm…
Mark Bennett
  • 1,446
  • 2
  • 19
  • 37
4
votes
1 answer

How to catch exceptions in the Mule foreach scope but keep the process going?

I am new to Mule ESB. I have created a simple flow that loops through a list of orders and calls the Magento API to update the order statuses one by one. My problem is that if there are any exception occurs in the foreach scope, the whole process…
user3491642
  • 43
  • 1
  • 3
4
votes
1 answer

Mule: Foreach looping on Jackson ArrayNode object

I have a payload that's a JsonNode, which contains an ArrayNode. I would like to use this ArrayNode and iterate over its elements in a ForEach element. I set my ForEach collection variable as #[payload.get("MyArrayNode").getElements()], but I get an…
Loic Duros
  • 5,472
  • 10
  • 43
  • 56
4
votes
1 answer

How to configure Mule Properties Editor in Mule Studio

I have usecase that , i need to encrypt the values which are presented in properties file under src/main/resources. Mule provided a concept called Mule Credentials Vault. In that document there is a place where we can open properties file in "Mule…
vikram kumar u
  • 205
  • 4
  • 15
4
votes
2 answers

Mule Flow Variable vs Session Variable Performance

Besides the functionality differences between flow variable and session variable as described in Mulesoft page, are there any significant performances differences to note while using the two? For my project, using flow and session variables work…
Jek
  • 5,546
  • 9
  • 37
  • 67
4
votes
4 answers

MUnit Configuration error

I have sample Munit Test case in My Mule Project. But the file always showing an error mark at tag at the start of the configuration file. Note: But currently I'm able to execute my munit test cases. The error…
vikram kumar u
  • 205
  • 4
  • 15
4
votes
2 answers

Why do I encounter "inputstream payload cant be distributed" due to ObjectStoreException when deploying the following mule flow?

I get the following exception in my mule flow log: ERROR 12/09/13 22:33:18 (rg.mule.module.logging.DispatchingLogger:341 )…
gmoney
  • 143
  • 7
4
votes
1 answer

How to Map a Excel file in a Database using Datamapper in Mule 3.4 ESB

Good morning to everyone, I have a big issue with the Datamapper component in Mule ESB. I'm trying to map an Excel file (xlsx) in a table of an oracle database. To do that, I created a JDBC Connector with a Oracle DataSource and all of its stuff…
Paride Letizia
  • 330
  • 1
  • 4
  • 23
4
votes
2 answers

Access flow variable in java code mule

I stored some information in a variable, but I do not know how to access it in my java code... Example:
gmojunior
  • 292
  • 1
  • 4
  • 7
4
votes
1 answer

Mule 3.4: java.lang.ClassNotFoundException: com.ibm.mq.jms.MQConnectionFactory

I am trying to use WMQ as inbound endpoint, I have imported the sample from the sample catalog. When I run the flow, I am getting the error as class not found. I added the required jar files to the build path, but still getting the error. Please let…
Kaaviraaj
  • 175
  • 2
  • 11
4
votes
1 answer

m2e - slf4j over logback logging (Optional) is missing while adding Maven plugin to Mule Studio

I'm new to Mule and I have installed Mule Studio 3.5.0 for Windows. While installing maven plugin from Hep --> Install New Software --> m2eclipse Update Site - http://download.eclipse.org/technolog... i'm getting following error. Cannot complete…
Pankaj
  • 3,512
  • 16
  • 49
  • 83
4
votes
2 answers

How to read huge CSV file in Mule

I'am using Mule Studio 3.4.0 Community Edition. I have a big problem about how to parse a large CSV file incoming with File Endpoint. The scenario is that I have 3 CSV files and I would putting the files'content into a database. But when I try to…
Paride Letizia
  • 330
  • 1
  • 4
  • 23
4
votes
2 answers

How to invoke Mule's file-inbound endpoint from Command Line Interface (CLI) using curl?

I am trying to move/upload multiple files from source to destination (can be anything e.g. FTP or File outbound etc..) by using the below flow
priyanka.sarkar
  • 25,766
  • 43
  • 127
  • 173
4
votes
1 answer

How to read REST service that returns JSON object and store the same into PostgreSQL using Mule ESB, Mule Studio

So I have a REST based service which is hosted at http://localhost:35798/RestServiceImpl.svc/json/567 If I query that, I get the result as: {"JSONDataResult":"You requested product 567"} I need to store the whole JSON data into a PostgreSQL…
priyanka.sarkar
  • 25,766
  • 43
  • 127
  • 173
3
votes
1 answer

Disabling TLS Versions on MULE RUN TIME on Premise

Currently mule 3.9 with java 1.8 and enabled all TLS so now i need to disable v 1.0 , there will be any problem.. Or there will be any issue in existing mule API that are connected to other APIs using https as my mule APIs are calling other external…
muledev
  • 33
  • 3