On 2/1/08, Michael Horwitz <[EMAIL PROTECTED]> wrote: > > > > On 1/31/08, John Vance <[EMAIL PROTECTED]> wrote: > > > > > > How do you declare more than one set of database configurations for > > dbunit-maven-plugin? Does pom.xml support multiple instances of > > dbunit-maven-plugin, or does dbunit-maven-plugin support multiple > > configurations? > > > pom.xml supports multiple instances of dbunit-maven-plugin as long as you > declare each one with its own unique id. > > Mike. >
Sorry - scrap that. pom.xml supports multiple executions of the dbunit-maven-plugin as long as each execution is identified with a unique id. Mike. If I'm barking up the wrong tree here, then in general could someone tell > > me > > how Appfuse/spring supports connecting to more than one database at a > > time? > > We've chased the stack all the way up to declaring multiple separate > > sessionFactories, but that seems to rely on being able to declare > > multiple > > database configurations in the pom. > > > > Thanks, > > > > John Vance > > -- > > View this message in context: > > http://www.nabble.com/Multiple-Database-Settings-in-Pom--tp15215681s2369p15215681.html > > Sent from the AppFuse - User mailing list archive at > > Nabble.com<http://nabble.com/> > > . > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
