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

brian yang commented on CAMEL-14269:
------------------------------------

[~bedla] thanks for you help. before i try your suggestions. 

camel-aws does not have 3.0.0 available but only 3.0.0-M1 as latest release , 
and I am suing camel-aws 2.24.2 . could this cause the problem?

 

> ConsumerTemplate not finding DefaultComponent
> ---------------------------------------------
>
>                 Key: CAMEL-14269
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14269
>             Project: Camel
>          Issue Type: Bug
>          Components: came-core
>    Affects Versions: 3.0.0
>            Reporter: brian yang
>            Priority: Major
>
> I have updated my project to use camel 3.0.0
> The following code gives me error
> ConsumerTemplate consumer = exchange.getContext().createConsumerTemplate();
> consumer.receive(s3Endpoint);
> throws exception java.lang.ClassNotFoundException: 
> org.apache.camel.impl.DefaultComponent
>  
> however, based on documentation all org.apache.camel.impl should be moved to 
> org.apache.camel.support . so consumer.receive(s3Endpoint); should look at 
> org.apache.camel.support



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to