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/12/17 08:31:52 UTC

[jira] Created: (CAMEL-2300) @EndpointInject - Should use ref attribute instead of name to be consistent

@EndpointInject - Should use ref attribute instead of name to be consistent
---------------------------------------------------------------------------

                 Key: CAMEL-2300
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2300
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.1.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.2.0


The other annotations such as @Consume, @Produce etc. uses *ref* to refer to an endpoint in the registry, where as @EndpointInject uses the older *name* which may be a bit confusing.

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


[jira] Resolved: (CAMEL-2300) @EndpointInject - Should use ref attribute instead of name to be consistent

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2300.
--------------------------------

    Resolution: Fixed

trunk: 891619.

> @EndpointInject - Should use ref attribute instead of name to be consistent
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-2300
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2300
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.1.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> The other annotations such as @Consume, @Produce etc. uses *ref* to refer to an endpoint in the registry, where as @EndpointInject uses the older *name* which may be a bit confusing.

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