Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: 3.1.1
-
Component/s: Core: Services
-
Labels:None
-
User impact:Medium
-
Configuration:
-
Similar Issues:None
Description
In the config shown 'functional-test-component-2' and 'functional-test-component-3' have the same (single) component instance. If you then stop 'functional-test-component-2' you'll be rendering 'functional-test-component-3' non-functional because it's component gets stopped.
Only decent solution that occurs to be for now is to disable use of inherited component elements.
Issue Links
- relates to
-
MULE-5385
AbstractComponent rejects events with an exception if service is not fully started and messages are lost
-
Committed a validation so that SimpleServices can no longer inherit a component element.
3.1.x: r21182