3 Replies Latest reply on Jan 22, 2013 9:17 AM by davsclaus

    Issues while running a Camel route inside FUSE MQ Enterprise

    jeevankumart

      Hi,

       

        I have a camel route (as a bundle) that runs inside Fuse MQ. The route was running in MQ-7.0.0. But giving issues with MQ-7.1.

       

        Looks like few components are missing. I am facing below exceptions during the bundle startup. Is there any feature i have to install? Please advice.

       

      Thanks In Advance.

       

         

      Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: log://testRoute?level=INFO&showAll=true due to: No component found with scheme: log
      
      Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: direct://PostToGC due to: No component found with scheme: direct
      
        

       

       

      -Jeevan