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/14 18:49:52 UTC

[jira] Resolved: (CAMEL-2051) Channel - ProcessorDefinition should be more fine grained to match the actual processor it represents

     [ https://issues.apache.org/activemq/browse/CAMEL-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2051.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2.0)
                   2.1.0

trunk: 836224.

Channel now has a {{getChildDefinition}} for the fine grained if a child exists.

> Channel - ProcessorDefinition should be more fine grained to match the actual processor it represents
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2051
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2051
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.1.0
>
>
> When Camel builds the runtime route path it interleave the route with a {{Channel}} which have a reference to the route model entity it represents.
> However the reference points to a too coarse grained model. It should drill down the model and match more precisely the processor.
> This happens for models that creates child processors.
> On top of that it should also help the tracer to diagnose where it is without having custom logic implemented to determine this based on the previously coarse grained model it could denote from the Channel.

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