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
5
votes
2 answers

API Kit Router schema validation

Is there a way to have the API Kit Router validate incoming schema? I have the following in my RAML file but it does not validate the incoming schema. - emails: | { "$schema": "http://json-schema.org/draft-04/schema#", "type"…
SteveS
  • 1,008
  • 3
  • 18
  • 32
5
votes
2 answers

How to install EGit for Anypoint Studio 3.5.1

I have installed the version 3.5.1 of Anypoint Studio (for Mule ESB development). This version of Anypoint Studio appears to be based on Eclipse 3.8 (propably 3.8.2) I want to install EGit, but encountered some problems. Using the following download…
geby
  • 374
  • 2
  • 15
5
votes
2 answers

How to call stored procedure from Mule 3.5 with new Database endpoint

I was testing Mule's new Database connector of Mule 3.5 with Stored Procedure ... (Reference :- http://www.mulesoft.org/documentation/display/current/Database+Connector ).. I had a following Stored Procedure :- ALTER PROCEDURE…
Anirban Sen Chowdhary
  • 8,233
  • 6
  • 39
  • 81
5
votes
1 answer

Delete MULE_SESSION header from outbound HTTP call

I want to delete mule specific headers from outgoing HTTP request. I have placed the following transfomer within the HTTP call.
user1493140
  • 5,976
  • 4
  • 29
  • 49
5
votes
1 answer

Mule Caching Strategy using Redis

I'm looking for a way to have a shared cache across two servers and I am investigating using Redis as an object-store-caching-strategy but I am encountering a problem when reading stored values. It successfully stores a value when the cache hit is a…
Stuart
  • 1,227
  • 17
  • 21
5
votes
5 answers

Mule 3 - Loading from .properties file

I'm using Mule 3 to query a database using JDBC, and I'd like to modify the query depending on input from a .properties file. I have this in my xml... Getting the…
Narabhut
  • 839
  • 4
  • 13
  • 30
4
votes
1 answer

splitBy regex issue dataweave 2.0

i'm trying to split a dot notated string using splitBy in dataweave 2.0, using a simple regex to avoid splitting escaped strings, testing online the regex works as expected but the dataweave function outputs a different…
John Diaz
  • 341
  • 3
  • 13
4
votes
1 answer

How to replace special character using regex in Mule Dataweave transformation?

Suppose I have an XML file of details of employee such as id, name and address and now I want to convert it into JSON file and before the conversation I want to replace specified special character (- , /) with blank space in address field of json…
Aditya
  • 1,214
  • 7
  • 19
  • 29
4
votes
2 answers

How to enable TLSv1.2 in mule for outbound URL

Below is my flow file content. I have generated .key file with help of java keytool. the same flow is working for TLSv1.1(when client was using TLSv1.1 certificate) and not working for TLSv1.2(client certificate is TLSv1.2).
damodaram
  • 67
  • 11
4
votes
4 answers

Dataweave Error for Null nodes

I have done coding in dataweava as %dw 1.0 %input payload application/xml %output application/xml skipNullOn="everywhere" --- {((payload.*Order default []) map { Order:{ Channel:$.@EnterpriseCode, Code:$.@OrderNo, Status:$.@Status, …
Rohan Shinde
  • 131
  • 1
  • 4
  • 21
4
votes
2 answers

The queue for 'SEDA Stage PA_Trans.stage1' did not accept new event within 30000 MILLISECONDS. Message payload is of type: CaseInsensitiveHashMap

Inbound pooling-frequency is 43200000. It used to run twice a day but failed to insert some rows in Oracle database because of below issue. Please Advice. Here is the error…
user1927648
  • 183
  • 5
  • 14
4
votes
2 answers

Oracle Data source configuration in MULE(AnyPoint Studio)

I use this config for oracle database in Mule:
brelian
  • 403
  • 2
  • 15
  • 31
4
votes
3 answers

Anypoint studio/Mule hangs during startup

I am new to Mule and Anypoint studio. I worked with Mule before. After a while I came back to work with it again. I upgrade to Anypoint Studio March 2015 Release Version: 5.1.0 Build Id: 201503171252 (sorry but I do not remember my old version and…
Neyma
  • 193
  • 3
  • 9
4
votes
1 answer

Looking for correct mule component to demux messages in fifo order

I have been searching for the correct messaging pattern to use for the following problem: I have one queue that has messages for every userid in the domain, each message is a userChanged event. The business requirement is that all messages for a…
DavidFry
  • 43
  • 5