Re: placeholder in from uri

2013-04-04 Thread Christian Müller
Hello Olivier! May be this unit test is helpful for you: https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blueprint/CamelBlueprint3Test.java https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-osgi/src/test/resources/org/apac

Re: placeholder in from uri

2013-04-03 Thread Claus Ibsen
Yes that is supported. See this FAQ why you can't use springs ${ } directly http://camel.apache.org/how-do-i-use-spring-property-placeholder-with-camel-xml.html And I guess you have already seen some of the information on http://camel.apache.org/using-propertyplaceholder.html On Thu, Apr 4, 2013

Re: placeholder in from uri

2013-04-03 Thread Olivier Lamy
Ok for the nested properties. But my other question concerns usage of property in from uri. Is that supported ? It looks the scheme is a minimum. 2013/4/3 Claus Ibsen : > Hi > > You can use {{ }} in the .properties file then Camel will pick that up. > > Support for using nested Spring ${ } is b

Re: placeholder in from uri

2013-04-03 Thread Claus Ibsen
Hi You can use {{ }} in the .properties file then Camel will pick that up. Support for using nested Spring ${ } is being tracked by https://issues.apache.org/jira/browse/CAMEL-6233 And added in upcoming releases. On Wed, Apr 3, 2013 at 1:50 PM, Olivier Lamy wrote: > Hi, > > I'd like to be abl

placeholder in from uri

2013-04-03 Thread Olivier Lamy
Hi, I'd like to be able to use something like: But I have issues with that. Exception: Caused by: org.apache.camel.NoSuchEndpointException: No endpoint could be found for: {{productImport.uri.location}}, please check your classpath contains the needed Camel component jar. more details availabl