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
3 answers

SQL Update statement with MEL expression - Mule

I have a SQL UPDATE statement, to update a particular record to the Database within a mule flow. I am having problems with including MEL expression within the statement and the SQL is not getting executed in my flow. I am trying the next…
jvas
  • 440
  • 1
  • 7
  • 19
0
votes
1 answer

extracting node-name from soap message in MULE

I have a flow in MULE which receives SOAP messages. I am trying to extract the name of a node in this soap message. My soap message looks like this:
0
votes
2 answers

Mule 3.5 Community throwing No Suitable Driver found

I was working on the AnyPoint Studio with Mule 3.5 Community Runtime, while trying to connec to my oracle db it is throwing the following error at runtime INFO 2014-05-30 12:16:32,875…
Gibu George
  • 13
  • 1
  • 3
0
votes
0 answers

org.mule.module.ws.consumer.SoapFaultException... Message payload is of type: NullPayload

The inbound of the Web Service Soap Consumer states that the inbound of the component, even though I set the payload. Here is an image of my flow (in action): Here is the code behind the worfklow:
Jek
  • 5,546
  • 9
  • 37
  • 67
0
votes
1 answer

Unable to install custom connector in mule

I have developed the custom connector using the tutorial given Hello-Connector The build was successful after running the maven command from the console. When I try to install the connector in my mule studio, it is not able to locate it at the…
Sheikh Zubair
  • 104
  • 1
  • 2
  • 8
0
votes
0 answers

MuleStudio - Failed to Deploy application

I am having trouble starting a Mule application from MuleStudio. Any pointers? Here is my Configuration xml :
0
votes
1 answer

Read messages from different SQS queues in Mule

I have 2 separate Amazon SQS queues; Queue and ResponseQueue. SQS configurations:
EmPak5
  • 1,205
  • 2
  • 10
  • 11
0
votes
0 answers

How to get name of different Queues in MULE.

Currently, I'm using composite source to work with multiple queue in MULE. I need to get the queue name in the java transformer next to the composite source by converting object to string. Basically, how can I get names of different Queues. Any…
user3663479
  • 11
  • 1
  • 3
0
votes
1 answer

Mule ESB: How to handle multiple Input Queue (WMQ) in a flow - Mule ESB

Please help me in this issue. Initially i have single WMQ (Inbound) connect to Java Transformer, after doing all the transformation, finally message has been put it in to the file. It is working fine. Later client changed the requirement with…
star
  • 1,493
  • 1
  • 28
  • 61
0
votes
1 answer

How can I connect Mule Studio to Jira to create a jira issue?

I am trying to connect Mule Studio to jira to create an issue,in local jira. When I try to run my application I am getting Configuration Exception.
Sukane
  • 2,632
  • 3
  • 18
  • 19
0
votes
1 answer

To create multiple records in salesforce using mule salescloud connector

I am trying to upload many records to salesforce via mule using (create bulk) operation. I created the flow as below
madhu
  • 87
  • 2
  • 12
0
votes
1 answer

Mule Deployment Error

I am trying to deploy my mule project to a mule standalone server. This exception is being raised, anyone can help me please. org.mule.module.launcher.DeploymentStartException: UnsupportedClassVersionError: org/postgresql/Driver : Unsupported…
Ali Masri
  • 67
  • 1
  • 11
0
votes
1 answer

Do Mule 3.5.0 supports synchronous for until-successful

Currently I am using Mule Studio enterprise edition 3.5.0 ... By referring the following link :- http://www.mulesoft.org/documentation/display/current/Until+Successful+Scope I came to know that synchronous can be used in until-successful ... but…
Anirban Sen Chowdhary
  • 8,233
  • 6
  • 39
  • 81
0
votes
2 answers

Global Catch Exception Strategy is not used

I have defined a global exception strategy, but when Mule executes my Groovy script it does not execute the Global Catch Exception Strategy, but rather executes the org.mule.exception.DefaultSystemExceptionStrategy.