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.