You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/11/15 09:43:52 UTC

[jira] Commented: (CAMEL-2172) Tracer - Let it output marker events for onException, doTry, doCatch, doFinally to have these noop events in the tracelog

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

Claus Ibsen commented on CAMEL-2172:
------------------------------------

I got the doTry .. doCatch and doFinally done now

{code}
2009-11-15 09:39:01,915 [main           ] INFO  Tracer                         - cedd6f72-450b-4566-9e6c-d37bbc8adef5 >>> from(direct://start) --> split[tokenize(body, @)], Pattern:InOnly, BodyType:String, Body:James
2009-11-15 09:39:01,921 [main           ] INFO  Tracer                         - 856e5e38-e6c6-44bf-b5d6-93ae3d445a86 >>> split[tokenize(body, @)] --> doTry, Pattern:InOnly, BodyType:String, Body:James
2009-11-15 09:39:01,922 [main           ] INFO  Tracer                         - 856e5e38-e6c6-44bf-b5d6-93ae3d445a86 >>> doTry --> bean://error, Pattern:InOnly, BodyType:String, Body:James
2009-11-15 09:39:01,938 [main           ] INFO  Tracer                         - ff5c75a6-f11a-43ed-a6bb-7655cb9897a0 >>> bean://error --> doCatch[IllegalArgumentException], Pattern:InOnly, Headers:{CamelBeanMultiParameterArray=false}, BodyType:String, Body:James
2009-11-15 09:39:01,941 [main           ] INFO  Tracer                         - ff5c75a6-f11a-43ed-a6bb-7655cb9897a0 >>> doCatch[IllegalArgumentException] --> mock://error, Pattern:InOnly, Headers:{CamelBeanMultiParameterArray=false}, BodyType:String, Body:James
2009-11-15 09:39:01,961 [main           ] INFO  Tracer                         - 856e5e38-e6c6-44bf-b5d6-93ae3d445a86 >>> mock://error --> doFinally, Pattern:InOnly, Headers:{CamelBeanMultiParameterArray=false}, BodyType:String, Body:James
2009-11-15 09:39:01,962 [main           ] INFO  Tracer                         - 856e5e38-e6c6-44bf-b5d6-93ae3d445a86 >>> doFinally --> mock://foo, Pattern:InOnly, Headers:{CamelBeanMultiParameterArray=false}, BodyType:String, Body:James
2009-11-15 09:39:01,968 [main           ] INFO  Tracer                         - 856e5e38-e6c6-44bf-b5d6-93ae3d445a86 >>> mock://foo --> mock://bar, Pattern:InOnly, Headers:{CamelBeanMultiParameterArray=false}, BodyType:String, Body:James
{code}

> Tracer - Let it output marker events for onException, doTry, doCatch, doFinally to have these noop events in the tracelog
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2172
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2172
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Currently several of the abstract noop events is not outputted in the tracelog
> Later we can add those, but it does require a bit of mucking in the TraceInterceptor which may require a little bit of ugly code to insert the events at the right time in the tracelog

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