EIP - Do automatic property placeholder resolution for all the String properties --------------------------------------------------------------------------------
Key: CAMEL-3210 URL: https://issues.apache.org/activemq/browse/CAMEL-3210 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.4.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.6.0 For example a {code} <convertBodyTo type="String" charset="{{theCharset}}"/> {code} We should let Camel automatic check and resolve all the property placeholders for all the String based getter/setter pairs on the EIPs. This can be done when the model is being created as a Processor. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.