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. 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. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
