RE: Multiple Data Sources

2005-03-18 Thread Rafiq, Adnan
Thanks. I tried it and it works perfectly! -Original Message- From: Clinton Begin [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 1:43 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Multiple Data Sources Yes. You can specify multiple DAO contexts, each which contains

Re: Multiple Data Sources

2005-03-18 Thread Clinton Begin
Yes. You can specify multiple DAO contexts, each which contains a transaction manager and a bunch of DAOs. The DAOs will be bound to the transaction manager in the same context. Clinton On Fri, 18 Mar 2005 12:57:53 -0600, Rafiq, Adnan <[EMAIL PROTECTED]> wrote: > I am also using the iBATIS DAO

RE: Multiple Data Sources

2005-03-18 Thread Rafiq, Adnan
I am also using the iBATIS DAO framework. Can we specify two transaction managers in the dao.xml file? -Original Message- From: Fabrizio Gianneschi [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 11:30 AM To: ibatis-user-java@incubator.apache.org Subject: R: Multiple Data Sources