Hi, I finally succeeded using MyBatis in a route with camel 2.7.0 deployed on Karaf (servicemix in fact). But what I'd like now is to be able to use 2 different databases in the same route. I know that I can define different databases in MyBatis, but is it possible to configure two instances of the MyBatis component for Camel in the same route, each one pointing to a different database ? Or maybe is there another way to use the 2 databases in the same route ? or use subroutes ?
Thanks for your help, Mike