Hi,

It seems that the tracing does not work when activated like this in an camel
osgi spring dsl route ?

        <camelContext trace="true" xmlns="http://camel.apache.org/schema/osgi";>
        
<camel:package>org.apache.camel.example.reportincident.routing</camel:package>
                <camel:route>
                        <camel:from
uri="file://d:/temp/data/?moveExpression=d:/temp/done/${file:name}" />
                        <camel:unmarshal ref="bindyDataformat" />
                        <camel:to uri="bean:csv" />
                </camel:route>
                
                <camel:route>
                        <camel:from     uri="cxf:bean:reportIncident" />
                        <camel:convertBodyTo
type="org.apache.camel.example.reportincident.domain.InputReportIncident" />
                        <camel:to uri="log:cxf" />
                        <camel:transform>
                            <camel:constant>OK</camel:constant>
                        </camel:transform>
                </camel:route>
                
        </camelContext>

Version affected : 2.0-SNAPSHOT

Regards,


-----
Charles Moulliard
SOA Architect

My Blog :  http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/  
-- 
View this message in context: 
http://www.nabble.com/camel-osgi-tracing-in-spring-dsl-does-not-work---2.0-SNAPSHOT-tp22330735p22330735.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to