Paolo Antinori created CAMEL-9636:
-------------------------------------
Summary: CamelBlueprintTestSupport - initialization error in case
of empty cm:property-placeholder
Key: CAMEL-9636
URL: https://issues.apache.org/jira/browse/CAMEL-9636
Project: Camel
Issue Type: Bug
Components: camel-blueprint, camel-test
Affects Versions: 2.16.2, 2.15.5
Reporter: Paolo Antinori
Test execution hangs with the specific use case of passing a configuration
similar to:
{code:xml}
<cm:property-placeholder persistent-id="my-placeholders"
update-strategy="reload">
</cm:property-placeholder>
{code}
The will pass value for that {{pid}} only at Test level inside the method
{{useOverridePropertiesWithConfigAdmin}}
The fix makes the attached test case succeed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)