[ https://issues.apache.org/activemq/browse/CAMEL-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-3210. -------------------------------- Resolution: Fixed Fix Version/s: (was: 2.6.0) 2.5.0 trunk: 1006116. You can now use placeholders for String based options in the EIPs. There is though a few places where you can't such as the headerName option on the RoutingSlip EIP. > 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.5.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.