You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2019/06/27 15:27:00 UTC

[jira] [Created] (CAMEL-13693) avoid useOverridePropertiesWithPropertiesComponent being invoked twice when running a unit-test with OSGI Blueprint XML.

Freeman Fang created CAMEL-13693:
------------------------------------

             Summary: avoid useOverridePropertiesWithPropertiesComponent being invoked twice when running a unit-test with OSGI Blueprint XML.
                 Key: CAMEL-13693
                 URL: https://issues.apache.org/jira/browse/CAMEL-13693
             Project: Camel
          Issue Type: Test
            Reporter: Freeman Fang


One from
{code}
at camelinaction.BlueprintFirstTest.useOverridePropertiesWithPropertiesComponent(BlueprintFirstTest.java:56)
	at org.apache.camel.test.blueprint.CamelBlueprintTestSupport.createBundleContext(CamelBlueprintTestSupport.java:132)
	at org.apache.camel.test.blueprint.CamelBlueprintTestSupport.setUp(CamelBlueprintTestSupport.java:248)
{code}
one from
{code}
at org.apache.camel.test.junit4.CamelTestSupport.doSetUp(CamelTestSupport.java:368)
	at org.apache.camel.test.junit4.CamelTestSupport.setUp(CamelTestSupport.java:281)
	at org.apache.camel.test.blueprint.CamelBlueprintTestSupport.setUp(CamelBlueprintTestSupport.java:251)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)