mule-studio

Mule application in anypoint studio throws Caused by: java.lang.ClassNotFoundException: com.google.common.cache.CacheLoader error

那年仲夏 提交于 2021-02-08 09:51:59
问题 When i try to run Mule application I get[1], Im not using gauva library as dependency in my pom.pacakging is defined as <packaging>mule-application</packaging> Why I get this error? How can I overcome? Im using anypoint studio version =7.4.1 which uses mule runtime 4.2.2 [1] Initializing app 'admin-api-v1' + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ERROR 2020-02-04 09:47:08,034 [WrapperListener_start_runner] [event: ] org.mule.runtime.module.deployment

Need clarification on “Transport Barrier” in understanding properties

房东的猫 提交于 2021-02-08 06:56:21
问题 i have read all "OUTBOUND" properties in Mule floe will be converted to "INBOUND" properties on crossing the "Transport barrier". i could not understand what is this "Transport barrier mean" . Is it calling an external world from an Mule outbound connector ? or calling an flow within the mule project itself ? 回答1: A "transport barrier" is when your Mule message goes through an endpoint that makes use of a transport (say for example, HTTP endpoints, JMS, TCP, VM, etc). There are two ways of

Compare 2 JSON arrays to get matching and un-matching outputs

 ̄綄美尐妖づ 提交于 2021-01-28 13:50:14
问题 I need to compare 2 JSON arrays using Mule 4 dataweave 2.0 to get matching and un-matching outputs. The sample input JSON payload is given below: [ { "CODE": "A11", "NAME": "Alpha", "ID": "C10000" }, { "CODE": "B12", "NAME": "Bravo", "ID": "B20000" }, { "CODE": "C11", "NAME": "Charlie", "ID": "C30000" }, { "CODE": "D12", "NAME": "Delta", "ID": "D40000" }, { "CODE": "E12", "NAME": "Echo", "ID": "E50000" } ] This has to be compared to the below on ID/IDENTITY field. [ { "IDENTITY": "D40000",

CannotResolveClassException while trying to transform xml string into java object

旧时模样 提交于 2021-01-28 07:45:37
问题 I am trying to develop a mule flow which takes a xml in the form of a string from a JMS queue and converts it into a POJO. I am using JAXB annotations to define the mappings between the xml and the class attributes. Below is the sample xml that is received on the JMS queue as a string. <FCUBS_NOTIFICATION xmlns="http://fcubs.ofss.com/notify/NOTIF_UP_TRANSACTION"> <FCUBS_NOTIF_HEADER> <MSGID>9132820000357947</MSGID> </FCUBS_NOTIF_HEADER> </FCUBS_NOTIFICATION> My POJO class is as below: package

GET call works for POSTMAN/SOAPUI but not at mule 4.1.3

最后都变了- 提交于 2020-03-25 19:39:38
问题 Im getting connection timeout error in Mule(anypoint studion), when invoking a request. I have added dummy url(for testing purpose) in an http request flow. That dummy url is working fine with postman and soaupui. But not from Mule. I get, Message : HTTP GET on resource 'http://xxx:3080/hr/INT053' failed: Connection timed out: no further information. Error type : HTTP:CONNECTIVITY if i invoke http://xxx:3080/hr/INT053 directly from postman/soapui it works. What might be the cause? I have

GET call works for POSTMAN/SOAPUI but not at mule 4.1.3

泄露秘密 提交于 2020-03-25 19:39:29
问题 Im getting connection timeout error in Mule(anypoint studion), when invoking a request. I have added dummy url(for testing purpose) in an http request flow. That dummy url is working fine with postman and soaupui. But not from Mule. I get, Message : HTTP GET on resource 'http://xxx:3080/hr/INT053' failed: Connection timed out: no further information. Error type : HTTP:CONNECTIVITY if i invoke http://xxx:3080/hr/INT053 directly from postman/soapui it works. What might be the cause? I have

Non-resolvable parent POM

落爺英雄遲暮 提交于 2020-03-18 05:09:10
问题 I am trying to develop a custom connector for mule by following http://www.mulesoft.org/documentation/display/current/Creating+a+Connector+Project tutorial. As shown in the tutorial, I am creating the project through command line by executing mvn archetype:generate -DarchetypeGroupId=org.mule.tools.devkit -DarchetypeArtifactId=mule-devkit-archetype-cloud-connector -DarchetypeVersion=3.4.3 -DgroupId=org.hello -DartifactId=hello-connector -Dversion=1.0-SNAPSHOT -DmuleConnectorName=Hello

Non-resolvable parent POM

元气小坏坏 提交于 2020-03-18 05:08:30
问题 I am trying to develop a custom connector for mule by following http://www.mulesoft.org/documentation/display/current/Creating+a+Connector+Project tutorial. As shown in the tutorial, I am creating the project through command line by executing mvn archetype:generate -DarchetypeGroupId=org.mule.tools.devkit -DarchetypeArtifactId=mule-devkit-archetype-cloud-connector -DarchetypeVersion=3.4.3 -DgroupId=org.hello -DartifactId=hello-connector -Dversion=1.0-SNAPSHOT -DmuleConnectorName=Hello

Unresolveable error occured in org.mule.tools.maven

有些话、适合烂在心里 提交于 2020-02-06 10:05:44
问题 I am getting the following Error in Maven Project build error: Unresolveable build extension: Plugin org.mule.tools.maven:mule-app-maven-plugin:1.1 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar: 1.5.0 at specified path C:\Program Files\Java\jre7/../lib/tools.jar <?xml version="1.0" encoding="UTF-8" standalone="no"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/