error-handler-plugin
error-handler-plugin copied to clipboard
Hello Team, I am working on project with Mule 4.4 and getting error while deploying the application. Same code is working file on Mule 4.3. Here is the Error which...
I was having issues resolving dependencies, so commented out the ones I was having issues with and used the following parent pom for extensions and fixed my dependencies issues ```...
``` app runtime: 4.4.0-20220124 runtimeVersion: 4.4.0-20220124 ``` I get a null pointer exception when I run munit tests when including this library in my mule 4.4 project. The tests pass...
Non-Opinionated Error Response - Error response format simplified to remove opinionation. The main items: removed API metadata from response and previous error message replaces regular message, not appended to it....
Related to issue https://github.com/mulesoft-catalyst/error-handler-plugin/issues/12
Refer to this thread in Slack https://mulesoft.slack.com/archives/C5BCN9RMZ/p1641289367228900 TL;DR: ``` Seems like it is confusing the custom connector error-handler-plugin:on-error with the error-handler block. ```
405 : Method Not Allowed is handled as 501 Method not Implemented.
in pom.xml you have YOUR_ORG_ID whereas in deploy.sh you have sed -i.bkp "s/ORG_ID_TOKEN/$1/g" pom.xml Both need to be in sync
In the alt-option branch, the http.status is set to the default value 500. [See here](https://www.evernote.com/l/AJ-50d2zYnlJSp25qZkMZ_tTO6KZvm1kGQA)