Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 1.3.3
-
Fix Version/s: None
-
Component/s: Core: API
-
Labels:None
-
User impact:Low
-
Similar Issues:
MULE-3973Better define reach of service vs. connector exception handling and exception handling and review/update implementation
MULE-4515 default-service-exception-strategy does not honor exception-type-filterMULE-5808Mule not invoking exception strategy when an exception is thrown in asynchronous flowMULE-14Default exception strategy on the ModelMULE-5738When configuring <default-exception-strategy> inbound transaction is committed by default when no commit or rollback pattern is configured
MULE-4233 Quartz connector ignores exception strategy
MULE-6033 Missing image in the Testing+Strategies pageMULE-4341Transformerconfigured on an endpoint in exception-strategy are ignored
MULE-3519 Out-of-box Retry exception StrategyMULE-2202Need better way to organize/skip 'issues' tests
Description
We need a better ExceptionStrategy for tests. Currently all tests use the DefaultExceptionStrategy which clutters the log with errors even though exceptions were properly handled. Having a strategy that collects all exceptions will not only prevent the misleading logging but also allow us to catch exceptions that were swallowed, but not expected either.
Descoping the 1.4.1, unset Fix Version for some issues.