Re: overriding properties in Camel Enhanced Spring test

2015-07-19 Thread Claus Ibsen
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

Re: overriding properties in Camel Enhanced Spring test

2015-07-01 Thread Claus Ibsen
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

Re: Overriding Properties

2014-08-14 Thread Claus Ibsen
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

Re: Overriding Properties

2014-08-11 Thread Matt Raible
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

Re: Overriding Properties

2014-08-08 Thread Claus Ibsen
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