Hello list,
we ran into an issue while defining properties for Camel-routes:
There seems to be no way to define a property with a value like
"=?fileName\=${date\:now\:yyMMddHHmmssSSS}.txt" in a .cfg-File deployed in
the /etc-directory.
We tried several escaping-strategies but none was successful. "${....}" is
always replaced by "" (nothing), because there is of course no matching
system- or configuration-property.
Looking into the code (util/..../InterpolationHelper.java) there is no way
to avoid the property-replacement (at least I see none).
So shouldn't there be a way to escape such values (e.g. by using double
dollar-sign)?
Didn't anyone else run into this issue so far?
Thanks a lot.
Best regards,
Uwe.
--
View this message in context:
http://karaf.922171.n3.nabble.com/Issue-with-property-replacement-and-Camel-routes-tp4029625.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.