1 Reply Latest reply on Apr 6, 2010 8:25 PM by njiang

    Camel Exception: No component found with scheme: jetty

    ngaurav

      Hi,

      I am using fuse esb 4.2 and camel 2.2. I was trying to post an http request to a camel jetty endpoint. So I used the following code:

       

      from(HTTP_TEST_URL).

              to("log:This is from VmTest2?showAll=true").