3 Replies Latest reply on Sep 26, 2011 2:21 AM by davsclaus

    Migrating spring camel to blueprint?

    jamie3_james.archibald

      This might not be the best place to ask but I figured you guys might have run into the same problems. I've googled but haven't had much success in finding any answers. So here is my problem:

       

      I am migrating my spring xml files into blueprint for deploying on FuseESB. Everything is working out great. The problem is I previously used the maven camel:run plugin to deploy my spring xml files for debugging/development. I also have some junit tests which use the Spring Camel Test Support class for creating my camel routes from the spring application context.

       

      Now that I am in blueprint world, do you know of any similar tools for developing and also running unit tests with my blueprint xml files?