1 Reply Latest reply on Jul 9, 2013 10:47 AM by davsclaus

    Mocking out real endpoints in blueprint not working

    salex

      Hi all.

       

      When I follow the procedure described in http://camel.apache.org/mock.html to mock endpoints and skip sending to original endpoint, it does not work when using blueprint. Using the debugger I see that the overwritten method isMockEndpointsAndSkip is called but the real endpoint is entered nevertheless. I also tried with AdviceWith method with no avail.

       

      Anyone else experiencing this problem?

       

      Best regards,

       

       

      Alexander.

       

      PS: I'm using camel-test-blueprint version 2.10.5-SNAPSHOT

      PPS: I tried with 2.11.0 as well without success.

       

      Edited by: salex on Jul 8, 2013 11:33 AM