[ 
https://issues.apache.org/activemq/browse/CAMEL-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44191#action_44191
 ] 

Claus Ibsen commented on CAMEL-698:
-----------------------------------

Configuration in Spring XML is not currently possible.

{code:xml}
<camelContext trace="true" 
xmlns="http://activemq.apache.org/camel/schema/spring";>
{code}

trace="true" doesn't support configuration or a ref to a spring bean that is 
the TraceFormatter.

Then we need a traceFormatterRef option. But then again doens't the spring XML 
start to bloat with all kind of attributes and tags?

> tracer - configuration from java
> --------------------------------
>
>                 Key: CAMEL-698
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-698
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> The formatter is not visible. There should be getter/setter.
> Add java example to the tracer wiki how to do it from java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to