Search
Close this search box.

Installing Global Error Handler into a mule 4 application as maven dependency

If you have already created a global error handler plugin (if not then click here to know how to create one), then you definitely want to share that among all different mule-applications. This article gives an example of how to install a global error handler plugin in a mule-application.

As a recap, our error response builder is a mule plugin which is responsible for managing error response and handling generic errors. This plugin will be imported in each working Mule project and invoke the generic error handling flow available in it.

This article assumes that you have maven installed on your local computer.

Pre-requisite:

  1. JDK (tested in 1.8.0_211).
  2. Maven (tested in 3.3.9).
  3. Mule runtime version 4 or above.
  4. Anypoint Studio version 7 or above.

There are two activities related to the plugin:

  1. Installing the plugin into a Mule application
  2. Upgrading the plugin version.

 

Installing into a Mule application

To install the package please follow the following steps:

  • Check-in updated source code of com-plektonlabs-utils-errorResponseBuilder from your source code repository
  • Go to the project source directory in command prompts.
  • Run command “mvn clean install” and notice that it installed the jar as mule-plugin into your local maven repository.

plektonlabs-mulesoft-installing-mule-plugin-mvn-clean-install

  • Now go to your mule-application (say the project name is “plektonlabs-mule-api“) and add the dependency in pom.xml into plektonlabs-mule-api

 

<dependency><groupId>com.plektonlabs</groupId>

<artifactId>complektonlabsutils-errorResponseBuilder</artifactId>

<version>1.0.0-SNAPSHOT</version>

<classifier>mule-plugin</classifier>

</dependency>

 

  • Clean the current project and build again (either in command prompt by typing mvn clean package command or by anypoint studio)

 

  • Go to any flow file in your mule-application, in our case it is “plektonlabs-mule-api” and click on the Global Elements  tab at the bottom.

 

plektonlabs-mulesoft-application-main-flow-global-elements

plektonlabs-mulesoft-application-main-flow-global-config-import

 

 

 

 

  • Create “Import” element with the reusable global error handler xml file in your mule-plugin, i.e. com-plektonlabsutils-errorResponseBuilder.xml

 

plektonlabs-mulesoft-application-main-flow-global-config-import-file

 

 

 

  • Go to the main flow (the flow that has your HTTP listener), remove your default error handler.

plektonlabs-mulesoft-application-main-flow-delete-error-handler-codes

  • Go to xml view of the xml file contains the main flow and add the following lines in the bottom of the main flow:

<error-handler>

<on-error-propagate enableNotifications=“true” logException=“true” doc:name=“On Error Propagate” doc:id=”429ee947-eb6c-4449-8109-7279e4cc9de7″ >

<flow-ref doc:name=“global-on-error-propagate” doc:id=“d131870b-e395-4d98-9b24-8c77d579328f” name=“global-on-error-propagate”/>

</on-error-propagate>

</error-handler>

It will refer the flow in your mule-plugin. The final flow should look like this the following:

plektonlabs-mulesoft-application-main-flow-refer-error-handler-codes

 

 

  • Do the last step for the console as well (optional) if you have any API console.
  • Please note that the flow reference gives a false error. You can run and test by ignoring this error.

This works fine for me. Just remember that you have a maven in your anypoint studio. When you are installing your mule-plugin, you need to make sure it is installing into the same repo. Otherwise, anypoint studio won’t find the mule-plugin package while building the mule-application if it maintains a different local maven repository.

Three things that I did not like about the new Mule 4 error handler and the mule-plugin:

  • I can refer a flow from the external mule-plugin into a mule-application but I could not refer an error handler
  • I don’t see the mule-plugin package after resolving the dependencies in my mule-application. Its somewhere hidden, otherwise, it wouldn’t work. I just could not locate it.
  • Even though the flow reference works if it is in mule-plugin, design time it gives an error, which is a false alarm to me.

This is it. Happy Learning!

Share This Post

More To Explore

Productivity with MuleSoft RPA
Blogs

Top 5 reasons to invest in MuleSoft RPA

Having trouble feeding data into your system repetitively? Or having to extract a bunch of emails from months past? Or are you overloaded with complex

How can we help?

A little about yourself and we're ready to go

We pride ourselves on swift communication and prompt responses. Let us know what you're thinking and how we can help you.

Contact Information​

Head Office
18 King Street E, Suite 1400, Toronto ON M5C 1C4, Canada

Durham Office
Unit 265, 1099 Kingston Rd. Pickering, ON. L1V1B5, Canada

Austin Office
5900 Balcones Dr, STE 4000 Austin, TX 78731, USA

Dallas Office
Unit 113, 320 Decker Drive, Irving, Texas, TX 75062, USA

Phone: +1(877) 855-8775
Email: info@plektonlabs.com

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Going into 2023, data will continue to be the most valuable asset for businesses! You need to know how to maximize the value of your data via integration. Learn more here.