The CamelActivator creates and sets one SwitchYardPropertiesParser per Component on a shared CamelContext i.e. subsequent Components overwrite the already existing SwitchYardPropertiesParser.
repro. define a composite with 2 components and each component with a property named 'foo' with different values. at runtime of component1 lookup the property named 'foo' through the CamelContext#resolvePropertyPlaceholders and verify the value
|