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/03/28 11:49:43 UTC

[jira] Created: (CAMEL-1498) CamelContext.getEndpoint - returns null if scheme not defined properly

CamelContext.getEndpoint - returns null if scheme not defined properly
----------------------------------------------------------------------

                 Key: CAMEL-1498
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1498
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.6.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.0.0


If you for instance forget to add a colon as the scheme name, then Camel cannot find a component and will return null.

This happens typically when you mistype an URI: eg {{activemq.queue.foo}} instead of correct {{activemq:queue.foo}}

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


[jira] Resolved: (CAMEL-1498) CamelContext.getEndpoint - returns null if scheme not defined properly

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

Claus Ibsen resolved CAMEL-1498.
--------------------------------

    Resolution: Fixed

> CamelContext.getEndpoint - returns null if scheme not defined properly
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-1498
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1498
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> If you for instance forget to add a colon as the scheme name, then Camel cannot find a component and will return null.
> This happens typically when you mistype an URI: eg {{activemq.queue.foo}} instead of correct {{activemq:queue.foo}}

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