ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 41 - MCD - Level 1 discussion

Report
Export

A Mule application contains a global error handler configured to catch any errors.

Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?

A.
A configuration properties file
Answers
A.
A configuration properties file
B.
Nowhere, the global error handler is automatically used
Answers
B.
Nowhere, the global error handler is automatically used
C.
A global element
Answers
C.
A global element
D.
The pom.xml file
Answers
D.
The pom.xml file
Suggested answer: C

Explanation:

Correct answer is A global element

Global error handlers are to be created in global element .

Quick note to remember here is Global error handlers come in to picture only when there are no error handlers specified as flow level.

Steps to create Global error handler

1) Click Global Elements to open Global Configuration Elements. Global Elements is located below the Studio canvas

2) In Global Configuration Elements, click Create to open the Choose Global Type dialog

3) From the dialog, select Global Configuration - Configuration, and then click OK to open the Configuration dialog.

4) From the select Configuration dialog, select allErrorHandler for the Default Error Handler field, and click OK.

asked 18/09/2024
mustapha amraui
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first