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

Claus Ibsen commented on CAMEL-8583:
------------------------------------

Yes its not currently intended for end users to put endpoints manually.

> CamelContext.getEndpointRegistry() should return EndpointRegistry<String>, 
> but returns DefaultEndpointRegistry which is EndpointRegistry<EndpointKey>
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-8583
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8583
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.15.0
>            Reporter: Iikku Mattila
>            Priority: Minor
>
> I have org.apache.camel.spring.javaconfig.CamelConfiguration -instance, in 
> which I setup the camel context.
> In setupCamelContext(CamelContext camelContext) I'm trying
> camelContext.getEndpointRegistry().put("name", endpoint);
> which fails, because CamelContext.getEndpointRegistry() returns 
> DefaultEndpointRegistry which is EndpointRegistry<EndpointKey> and thus only 
> has method put(EndpointKey key, Endpoint endpoint) 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to