Re: multiple databases used in mybatis or ibatis in one route

2011-04-04 Thread Michael Dewitte
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

Re: multiple databases used in mybatis or ibatis in one route

2011-03-31 Thread Michael Dewitte
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. >

Re: multiple databases used in mybatis or ibatis in one route

2011-03-31 Thread Richard Kettelerij
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

Re: multiple databases used in mybatis or ibatis in one route

2011-03-31 Thread Claus Ibsen
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

multiple databases used in mybatis or ibatis in one route

2011-03-31 Thread Michael Dewitte
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