- Overview of the document
- Purpose and scope of the architecture description
- Definitions, acronyms, and abbreviations used in the document
- Identification of stakeholders
- Concerns of the stakeholders
This gist will guide you to troubleshoot and configure properly the Dataweave plugin in Visual Studio Code.
Updated on 9th March 2023, plugin version v1.2.15
This dataweave plugin/extension depends on Java & Maven.
It's recommended to use Java 11 & Maven 3.8.4 - 3.8.8
docker pull mulesoft/flex-gateway:latest
Repository for docker image: https://hub.docker.com/r/mulesoft/flex-gateway/tags
docker run -d --rm -v $(pwd):/usr/local/share/mulesoft/flex-gateway/conf.d -p 8081:8081 mulesoft/flex-gateway
This unofficial gist contains a list of commands typically ran for Kubernetes and Runtime Fabric MuleSoft.
Specs
Command | Description |
---|---|
uname -a |
Shows the current kernel and OS information |
sudo |
Executes the command as root (Administrator) |
// Comment for DW, how to extract the original HTTP error using until succesful | |
{ | |
statusCode: error.exception.cause.cause.cause.errorMessage.attributes.statusCode, | |
reason: error.exception.cause.cause.cause.errorMessage.attributes.reasonPhrase, | |
message: error.exception.cause.cause.cause.errorMessage.typedValue, | |
service: error.exception.cause.cause.cause.detailMessage | |
} |
In your command-line run the following commands:
brew doctor
brew update