Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-14269

ConsumerTemplate not finding DefaultComponent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 3.0.0
    • None
    • came-core
    • None
    • Unknown

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            brianyang brian yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: