rd for this fast and extensive help ! I'll
> give it a try today !
>
> Thx,
>
> Mike
>
>
>
> 2011/3/31 Richard Kettelerij
>
>> To use this component in your route use:
>>
>> from("mybatis2:selectFoo").to("...");
>>
>&g
s message in context:
> http://camel.465427.n5.nabble.com/multiple-databases-used-in-mybatis-or-ibatis-in-one-route-tp4273206p4274145.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
To use this component in your route use:
from("mybatis2:selectFoo").to("...");
--
View this message in context:
http://camel.465427.n5.nabble.com/multiple-databases-used-in-mybatis-or-ibatis-in-one-route-tp4273206p4274145.html
Sent from the Camel - Users mai
Hi
Yeah you should be able to declare a 2nd mybatis component and
configure it to use a different mybatis configuration file.
On Thu, Mar 31, 2011 at 1:39 PM, Michael Dewitte
wrote:
> Hi,
>
> I finally succeeded using MyBatis in a route with camel 2.7.0 deployed on
> Karaf (servicemix i
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 th