No component found with scheme: context

Solution Verified - Updated -

Issue

I receive a resolution error:

Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: context://camelContextB:myProcessor due to: No component found with scheme: context

With the following route:

<camelContext trace="true" xmlns="http://camel.apache.org/schema/spring" id="camelContextA">
    <route>
        <from uri="timer:testdriver?period=10000"/>
        ...
        <to uri="context:camelContextB:myProcessor" />
    </route>
</camelContext>
...
  <camelContext id="camelContextB" trace="true" xmlns="http://camel.apache.org/schema/spring">
    <route>
        <from uri="direct:myProcessor" />
        .....
    </route>
  </camelContext>

Environment

  • Fuse ESB 4.4.0
  • Fuse Mediation Router 2.7.1

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content