[
https://issues.apache.org/activemq/browse/CAMEL-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-856.
-------------------------------
Assignee: Claus Ibsen
Fix Version/s: 1.5.0
Resolution: Fixed
Thanks Carl for reporting this. It was already fixed in 1.5 ;)
> Typo in system property name to enable tracing in DefaultCamelContext
> ---------------------------------------------------------------------
>
> Key: CAMEL-856
> URL: https://issues.apache.org/activemq/browse/CAMEL-856
> Project: Apache Camel
> Issue Type: Bug
> Affects Versions: 1.4.0
> Environment: Windows, Camel 1.4.0
> Reporter: Carl Allain
> Assignee: Claus Ibsen
> Priority: Trivial
> Fix For: 1.5.0
>
>
> In DefaultCamelContext, the system property should read camel.trace and not
> canel.trace (I guess from the project name which is Camel and not Canel).
> public boolean getTrace() {
> final Boolean value = getTracing();
> if (value != null) {
> return value;
> } else {
> return SystemHelper.isSystemProperty("canel.trace");
> }
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.