Re: Property placeholder causes an error

2020-01-29 Thread Gerald Kallas
Thanks Claus. I tried the Property Placeholder as described here https://camel.apache.org/manual/latest/using-propertyplaceholder.html It works. Sent by my mobile device - Gerald Kallas > Claus Ibsen hat am 28. Januar 2020 22:45 geschrieben: > > > Hi > > You should NOT use spring stuff wi

Re: Property placeholder causes an error

2020-01-28 Thread Jean-Baptiste Onofré
Hi Gerald, You should better use blueprint-cm for the placeholder or directly Camel property placeholder (which supports blueprint behind the hood). See https://camel.apache.org/manual/latest/using-propertyplaceholder.html#UsingPropertyPlaceholder-UsingBlueprintPropertyPlaceholderwithCamelRoutes

Re: Property placeholder causes an error

2020-01-28 Thread Claus Ibsen
Hi You should NOT use spring stuff with blueprint, eg do not use BridgePropertyPlaceholderConfigurer, its only for camel-spring. On Tue, Jan 28, 2020 at 8:47 PM Gerald Kallas wrote: > > Dear community, > > I'm using Camel 3.0.0 and have following snippet .. > > http://www.osgi.org/xmlns/bluepri

Property placeholder causes an error

2020-01-28 Thread Gerald Kallas
Dear community, I'm using Camel 3.0.0 and have following snippet .. http://www.osgi.org/xmlns/blueprint/v1.0.0";> ... While deploying I'm getting the following error org.osgi.service.blueprint.container.ComponentDefinitionException: Name bridgePropertyPlaceholder is already instanciated as