This content has been marked as final.
Show 3 replies
-
-
2. Re: Feature creation properties
jinalu Mar 7, 2013 2:30 AM (in response to jinalu)Hi,
Thank you for such quick reply.
Lets say I have
<cm:property-placeholder id="myProps"
persistent-id="my.mappings" update-strategy="reload"/>
defined.
Now in my RouteBuilder or Proccessor I need access to its content, but not in from to case, but like String x = getProperty('{{x}}').
Any ideas?
-
3. Re: Feature creation properties
davsclaus Mar 7, 2013 4:07 AM (in response to jinalu)You need to access that from Java code?
The CamelContext API from Camel has a method resolvePropertyPlaceholders you can use