Re: Usage of property-placeholders in the interceptFrom(String) method calls.

2013-09-18 Thread Claus Ibsen
Hi I have logged a ticket to get this fixed https://issues.apache.org/jira/browse/CAMEL-6766 On Fri, Sep 13, 2013 at 2:47 PM, Claus Ibsen wrote: > Property placeholders is intended to be supported on and > also. So if it does not work, then it sounds like a > little bug. > > > > On Thu, Sep 12

Re: Usage of property-placeholders in the interceptFrom(String) method calls.

2013-09-13 Thread Claus Ibsen
Property placeholders is intended to be supported on and also. So if it does not work, then it sounds like a little bug. On Thu, Sep 12, 2013 at 6:32 PM, Steve wrote: > Hello Camel-Users, > > Can property placeholders be used in the URI supplied to the > interceptFrom(String) method belonging

Usage of property-placeholders in the interceptFrom(String) method calls.

2013-09-12 Thread Steve
Hello Camel-Users, Can property placeholders be used in the URI supplied to the interceptFrom(String) method belonging to the RouteBuilder class? My apologies if this topic is covered by existing documentation; if so, I did not see it. I was reading CAMEL-5129 which addressed a similar issue, bu