Error Handling in Mule

The new Error Handling is one of the major changes introduced in Mule 4. It’s better and more efficient. Although it may seem complex to some, it’s made complex for good.

To begin with, the message exceptions can now be handled at 3 different levels i.e. application, flow, and processor levels, as shown below. https://goo.gl/4Hgnqp

Spring Boot With Embedded PostgreSQL for DAO Integration/Unit Testing and Local Development

#ICYDK: In this article, we will go through how to use embedded PostgreSQL in your local development environment plus how to use it for DAO integration/unit testing. If you have and are using PostgreSQL as your production database, your DAO testing should use the same database as your production one in order to have behavior consistency and the same environment precondition.

We will go through a sample Spring Boot application: https://goo.gl/pXJEpN #DataIntegration #ML