Hi
I took a look and implemented this
https://issues.apache.org/jira/browse/CAMEL-8981
On Wed, Jul 1, 2015 at 10:14 AM, Claus Ibsen wrote:
> Hi
>
> Not all features are implement or possible to implement. Its likely
> that useOverridePropertiesWithPropertiesComponent is added later.
>
> You are
Hi
Not all features are implement or possible to implement. Its likely
that useOverridePropertiesWithPropertiesComponent is added later.
You are welcome to dive into the code and see what is missing and
provide a patch.
On Thu, Jun 25, 2015 at 7:00 AM, Minh Tran wrote:
> Hi
>
> I'm struggling
Hi
I'm struggling to work out how to override any properties in a Camel Enhanced
Spring test. The documentation says that it has "feature parity" with
CamelTestSupport but I can't see any ability to do it.
To be clear, I'd like to do something like overriding the
useOverridePropertiesWithPrope
Hi
I logged a ticket to not forget about this
https://issues.apache.org/jira/browse/CAMEL-7699
On Mon, Aug 11, 2014 at 4:56 PM, Matt Raible wrote:
> On Sat, Aug 9, 2014 at 2:47 AM, Claus Ibsen wrote:
>
>> Hi
>>
>> Yeah not sure if Spring Boot does stuff differently than regular
>> spring fram
On Sat, Aug 9, 2014 at 2:47 AM, Claus Ibsen wrote:
> Hi
>
> Yeah not sure if Spring Boot does stuff differently than regular
> spring framework in term of the property placeholder stuff.
>
Yes, it does. From
http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-con
Hi
Yeah not sure if Spring Boot does stuff differently than regular
spring framework in term of the property placeholder stuff.
Have you tried that spring -> camel bridge, there is a note about it
on the top of this page that points you to it
http://camel.apache.org/using-propertyplaceholder.html
Hello all,
In my Camel app, I recently integrated Spring Boot to use its external
configuration feature. Basically, I can put default properties in an
src/main/resources/application.properties file. Then I can override them on
different servers using various mechanisms, from using a
config/app