mule-studio

Mule Caching Strategy using Redis

我与影子孤独终老i 提交于 2019-12-19 03:24:09
问题 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 miss value but throws an error when retrieving the value. The required object/property "muleContext" is null At a guess it seems like the object-store-caching-strategy might need an object store that implements the MuleContextAware interface. Does

Creating a Mule project in Eclipse

有些话、适合烂在心里 提交于 2019-12-17 19:53:55
问题 I have started working with Mule. I am working with Mule Studio. This looks good. But when I want to create a Mule project in Eclipse I am struck. Please suggest me how I can create a Mule project in Eclipse. 回答1: Option 1: With Mule IDE Plugin for Eclipse. You can use the Mule IDE plugin from eclipse. This helps in creating the mule project in eclipse. To add plugins please start eclipse and navigate to help->install new software -> Add site and select the artifacts presented Add muleide

How to read CSV file and insert data into PostgreSQL using Mule ESB, Mule Studio

拥有回忆 提交于 2019-12-17 16:07:50
问题 I am very new to Mule Studio. I am facing a problem. I have a requirement where I need to insert data from a CSV file to PostgreSQL Database using Mule Studio. I am using Mule Studio CE (version: 1.3.1). I check ed in the Google and find that we can use Data-mapper for doing so. But it works only for EE .So I cannot use it. Also I am checking in the net and found an article Using Mule Studio to read Data from PostgreSQL(Inbound) and write it to File (Outbound) - Step by Step approach. That

How to pass parameters and load the wsdl using Web Service Consumer in Mule

[亡魂溺海] 提交于 2019-12-14 03:23:40
问题 Hi I am working with Mule Studio and i just want to know how can i pass the parameters and call the particular Operation from SOAP using the Web Service Consumer component. Payload i am setting as #[{'Orlando','United States'}] for the operation GetWeather The sample SOAP service i am using is LINK 回答1: Here you have a video demonstration on how to do it. Here the manual Page, and here an example. If you don't want to use DataMapper, I would recommend to use a CXF client or to write a

splitting an xml message and aggregating based on some condition in mule esb

安稳与你 提交于 2019-12-14 03:12:39
问题 My inputXML: <Orders> <Order><OrderId>1</OrderId><Total>10</Total></Order> <Order><OrderId>2</OrderId><Total>20</Total></Order> <Order><OrderId>3</OrderId><Total>30</Total></Order> <Order><OrderId>4</OrderId><Total>40</Total></Order> <Order><OrderId>5</OrderId><Total>50</Total></Order> <Order><OrderId>5</OrderId><Total>60</Total></Order> <Order><OrderId>5</OrderId><Total>70</Total></Order> <Order><OrderId>5</OrderId><Total>80</Total></Order> <Order><OrderId>5</OrderId><Total>90</Total></Order

Resource not found on localhost using Anypoint Studio (MULE)

烈酒焚心 提交于 2019-12-14 02:13:15
问题 I tried to do the tutorials suggested on the MuleSoft's website. I first started with this example: <?xml version="1.0" encoding="UTF-8"?> <mule xmlns:http="http://www.mulesoft.org/schema/mule/http" xmlns:tracking="http://www.mulesoft.org/schema/mule/ee/tracking" xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:doc="http://www.mulesoft.org/schema/mule/documentation" xmlns:spring="http://www.springframework.org/schema/beans" version="EE-3.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema

FileNotFound exception while loading from a .properties file in Mule

混江龙づ霸主 提交于 2019-12-13 21:27:09
问题 I'm trying to load values from a .properties file in Mule and I get a FileNotFound exception when the file clearly exists. I've tried putting the file inside the project directory, using relative path but nothing works. Here is relevant stuff from my Mule flow - <?xml version="1.0" encoding="UTF-8"?> <mule xmlns:context="http://www.springframework.org/schema/context" xmlns:file="http://www.mulesoft.org/schema/mule/file" xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:mulexml="http:/

reading soap header element in payload

偶尔善良 提交于 2019-12-13 20:51:57
问题 I need to read contents of wsse:Username(which is part of soap header) from following soap payload in mule using message-properties-transformer. I would like to use this variable somewhere else. Soap Webservice request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:spel="http://mobistar.be/spellchecker/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="1" > <wsse:UsernameToken wsu:Id="UsernameToken-1"> <wsse:Username>Tester01</wsse:Username> </wsse

Unable to find DB2 connector in Anypoint Studio

爷,独闯天下 提交于 2019-12-13 20:33:49
问题 I am trying to install the DB2 connector in Mule Studio. I am using Anypoint Studio October 2014 Release. I tried following the instructions given here: http://www.mulesoft.org/connectors/db2-connector-3.4.0%3B3.5.0-Everest#install but am unable to find the connector in any of the available sites. How do I install it? 回答1: You must use Database building block and Generic Database Configuration with the DB2 JDBC Connector. Here you can find the DB2 JDBC Connector: http://www-01.ibm.com/support

While trying to configure Mulesoft Anypoint studio with Anypoint platform it's giving error

邮差的信 提交于 2019-12-13 15:29:30
问题 While trying to configure Mulesoft Anypoint studio with Anypoint platform its giving error :The url you are trying to hit doesn't exist, url: https://anypoint.mulesoft.com/ java.net.UnknownHostException: anypoint.mulesoft.com and i'm unable to connect Anypoint platform 回答1: I had this same problem and then I realized that I had a different port configured for work stuff. Go to Window -> Preferences -> Network Connections and make sure the Port is 8080 for HTTP and HTTPS. 回答2: There is an