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

Mule: How can project configs cause such misleading SAX errors?

I've fixed the problem below, but since I've hit this more than once and wasted time on it, I'd like to better understand the chain of events that cause the misleading error. Scenario: Mule throws a giant SAX exception parsing your XML, indicating…
Mark Bennett
  • 1,446
  • 2
  • 19
  • 37
0
votes
2 answers

Mule - how to pad rows in a CSV file with extra delimiters

I have a CSV file coming into my Mule application that looks as follows: 1,Item,Item,Item 2,Field,Field,Field,Field 2,Field,Field,Field,Field 3,Text Is there a way I can transform this file in Mule to something like the…
danw
  • 1,608
  • 4
  • 29
  • 48
0
votes
1 answer

MuleSoft: just want to make 1 addition to an existing Map

What I want to do seems simple, but all of the info I'm finding looks like overkill. I have a message with a Hash for payload. It can have any number of fields. All I want to do is make 1 additional entry in the hash. (I'm trying to copy one hash…
Mark Bennett
  • 1,446
  • 2
  • 19
  • 37
0
votes
2 answers

Error in trivial Mule flow using poll component: "The content of element 'poll' is not complete"

Trivial new project, 1 flow, 1 poll element, feeding to 1 other element. ERROR 2014-04-16 14:49:19,565 [main] org.mule.module.launcher.application.DefaultMuleApplication: null org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The content of…
Mark Bennett
  • 1,446
  • 2
  • 19
  • 37
0
votes
2 answers

How to override mule config file name in Mule Studio?

MuleStudio or its plugin for eclipse uses mule-config.xml file by default. Is there an option to override the file name?
rivaham
  • 25
  • 4
0
votes
1 answer

Dynamic connector configurations with Mule, specifically MySQL database name?

I have been trying to connect to with MySQL but passing in dynamic connection parameters, such as Database name and Server location as the setup I am working with has many databases to connect with. I have tried using MEL but it always outputs with…
Ash
  • 8,583
  • 10
  • 39
  • 52
0
votes
0 answers

Error while opening an xhtml file in Mule Studio

java.lang.NoClassDefFoundError: org/jboss/tools/common/text/xml/contentassist/SortingCompoundContentAssistProcessor at org.jboss.tools.jst.jsp.TextViewerConfigurationDelegate.getContentAssistProcessors(TextViewerConfigurationDelegate.java:24) …
0
votes
2 answers

Mule ESB - Why is the main xml file getting deleted

I have had the problem with the main xml file getting deleted. It is located in src/main/app. The file in the flows folder is still there, xx.mflow but when i try to open this file, I get the error "Could not open the editor: assertion failed: " and…
Aheinlein
  • 480
  • 2
  • 7
  • 19
0
votes
1 answer

Regex filter for mule requester to define relative resource name

When a inbound-endpoint file is received, mule lets us define a regex filter to determine if it's the right file.
EdC
  • 194
  • 1
  • 15
0
votes
1 answer

Using other's class methods in my payload with Mule

I created a Mule app that takes data from some json feeds and transforms them with a custom transformer I made to create a class. I have a parent class Event and two subclasses that inherit from it: Event1 and Event2. The return class of my custom…
dabadaba
  • 9,064
  • 21
  • 85
  • 155
0
votes
1 answer

How to split a xml in Mule using splitter

I am new to mule ... I have an xml as payload :- 21 a 23 gfgf Now I want to…
Anirban Sen Chowdhary
  • 8,233
  • 6
  • 39
  • 81
0
votes
1 answer

log4j: ERROR Could not instantiate class [MyClass] in Mule and pointing to the right class

In my Mule app, I have added a custom appender to the log4j.properties specific to the app, and I have created a class called MyClass extending AppenderSkeleton. However, when I try to add: log4j.appender.myCustomAppender=MyClass I'm getting the…
Loic Duros
  • 5,472
  • 10
  • 43
  • 56
0
votes
1 answer

Mule - java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.util.List

I'm using a data mapper which maps xml file to array of maps. While logging I get the result given below: [{Name=xyz, Salary=30000, Tax=1000}, {Name=BOS, Salary=200, Tax=75}] From the above resulting map I'm trying to insert value to the database…
Balwant Kumar Singh
  • 1,158
  • 4
  • 24
  • 48
0
votes
1 answer

Mule ESB Enterprise trial - Error Java Service Wrapper requires a License Key

1.- Go to http://www.mulesoft.com/management-console-mule-esb, then click Download. 2.- Fill out the registration form. 3.- On the Enterprise trial page, click the appropriate button to download the Runtime bundle for your operating system. 4.-…
dmotta
  • 1,843
  • 2
  • 21
  • 32
0
votes
1 answer

Passing database result as parameter to setpayload component in mule

I am using retrieving value from oracle database, I want to pass this parameter to setpayload component in mule ESB 3.4. I am passing my parameter in below format. '#[{10,2,payload[0]['rate'],payload[0]['name']}]' I am getting an argument type…
Mangoski
  • 2,058
  • 5
  • 25
  • 43
1 2 3
99
100