Questions tagged [anypoint-studio]

Anypoint Studio (formerly know as Mule Studio) is an Eclipse-based integration development environment from MuleSoft.

1133 questions
2
votes
2 answers

Mule HTTP transport deprecated

I use the new HTTP Connector as mentioned in the online documentation:
html_programmer
  • 18,126
  • 18
  • 85
  • 158
2
votes
1 answer

DOM to XML transformer logic

Can someone please explain to me why a DOM to XML transformer converts the output of a Web Service Consumer to an XML String representation? The output of the Web Service Consumer is a org.mule.module.ws.consumer.NamespaceRestorerXMLStreamReader.…
html_programmer
  • 18,126
  • 18
  • 85
  • 158
2
votes
9 answers

MuleSoft Debugger not working

I am trying to debug in my anypoint studio and debugger does not seems to be working. I performed following steps PROJECT_NAME --> Right Click --> Debug As --> Mule Application. Application has successfully deployed however debugging is not working.…
DJD
  • 143
  • 2
  • 10
2
votes
4 answers

Why do I get a Runtime Exception Accessing the size of an ArrayList from MEL?

In Mulesoft I have an ArrayList stored as an outbound property with one element. It looks like this: But if I try to access the size of this array I get an error and can't figure out why: The error is [Error: object is not an instance of…
CamJohnson26
  • 1,119
  • 1
  • 15
  • 40
2
votes
3 answers

How to access the invocation property?

I am trying to access the _clienName from the invocation properties. I tried the below one, but doesnt help. any thoughts ? Is it really possible to access invocation property in a mule flow ? #[message.invocationProperties['_clientName']] Message…
gnanagurus
  • 883
  • 1
  • 12
  • 29
2
votes
2 answers

Mavenizing Mule project from gradle

I am trying to move my Mule ESB project from gradle to maven due to test case issues. I understand I need to remove the .gradle file from the project and when I click on mavenize , nothing happens in Anypoint studio. Any suggestions ?
2
votes
2 answers

Set Inbound Properties for MUnit Flow Reference in Mulesoft for APIKit

I'm trying to test APIKit in MUnit. Originally I was using an http request within MUnit to call my flow and then APIKit would route the request to the proper subflow where my logic lives. Now I want to mock one of the elements of the subflow, so I'm…
CamJohnson26
  • 1,119
  • 1
  • 15
  • 40
2
votes
1 answer

Anypoint Studio Maven looking in wrong java directory for tools.jar

I installed the latest version of Anypoint Studio (based on Eclipse) and created a new maven enabled project. I got the following error as maven tried to resolve all of it's dependencies: [ERROR] Unresolveable build extension: Plugin…
Jack Zach Tibbles
  • 800
  • 1
  • 11
  • 27
2
votes
2 answers

Default namespace declaration in data weaver

I am trying implement the default namespace while creating XML in the data weaver. I went thought below data weaver documentation and earlier posts. Could not get any clue on this. How can we declare default…
Simbu
  • 766
  • 1
  • 12
  • 37
2
votes
3 answers

Mule - error running project with Maven

Trying to run project with Maven using Anypoint Studio IDE. But I am getting this error in Console: [ERROR] Failed to execute goal on project magento: Could not resolve dependencies for project com.test:magento:mule:1.0.0-SNAPSHOT: Failed to collect…
user2016
  • 153
  • 1
  • 5
  • 18
2
votes
1 answer

ESB mule - Data Weaver transformation

I am new to mule esb. I am trying to fetch values from mySQL and transforming to XML. Then hitting service and then result will be stored back in DB table. I have two questions 1) I can see two different way of mapping in ESB mule. a) Using…
Simbu
  • 766
  • 1
  • 12
  • 37
2
votes
1 answer

Basic Mule ESB installation and development

I'm new to Mule ESB, so this question, I did some reading about Mule ESB and there is lot of info out there, based on my reading, understand the below as basic setup required for working with Mule ESB, can someone pls confirm ? 1) Linux host with…
deepesh
  • 513
  • 1
  • 7
  • 18
2
votes
3 answers

Mule Dataweave format :number

I'm having an issue trying to parse a string to double this would be a sample code, it's returning an integer instead of type :double any ideas? { "data": "22" as :number { format: "##.##" } }
Carlos
  • 139
  • 2
  • 12
2
votes
1 answer

Amazon SQS service failure.Mule message not delivered to VM queue

I have a simple flow which put orders in a dlq which is an VM connector.But suddenly I got an exception as below Message : Failed to route event via endpoint: DefaultOutboundEndpoint{endpointUri=vm://dlq, connector=VMConnector { …
2
votes
1 answer

Mule 3.6 Rest component not working and getting resource not found issue

Here is the mule configuration and class code respectively .Problem is HTTP listener is not listening at the path http://localhost:9091/test
Nadendla
  • 712
  • 2
  • 7
  • 17