[ https://issues.apache.org/jira/browse/CAMEL-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Borner updated CAMEL-3675: ------------------------------- Description: The Camel Properties web page (http://camel.apache.org/properties.html) states that property placeholder are supported on the <jmxAgent> tag. However, the "disabled" attribute on this tag doesn't support property placeholders. The AbstractCamelContextFactoryBean.initJMXAgent() method needs to call CamelContextHelper.parseBoolean() passing in the camelJMXAgent.isAgentDisabled() value to get property placeholders to work with this attribute. was: The Camel Properties web page (http://camel.apache.org/properties.html) states that property placeholder are supported on the <jmxAgent> tag. However, the "disabled" attribute on this tag doesn't. The AbstractCamelContextFactoryBean.initJMXAgent() method needs to call CamelContextHelper.parseBoolean() passing in the camelJMXAgent.isAgentDisabled() value. > <jmxAgent>'s disabled attribute does not support property placeholders > ---------------------------------------------------------------------- > > Key: CAMEL-3675 > URL: https://issues.apache.org/jira/browse/CAMEL-3675 > Project: Camel > Issue Type: Bug > Components: jmx > Affects Versions: 2.5.0 > Reporter: Mark Borner > Priority: Minor > > The Camel Properties web page (http://camel.apache.org/properties.html) > states that property placeholder are supported on the <jmxAgent> tag. > However, the "disabled" attribute on this tag doesn't support property > placeholders. > The AbstractCamelContextFactoryBean.initJMXAgent() method needs to call > CamelContextHelper.parseBoolean() passing in the > camelJMXAgent.isAgentDisabled() value to get property placeholders to work > with this attribute. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira