[ You thought I was kidding about the 60 seconds, huh? ;) ]
So I need to have 2 data sources in my application. The AppFuse core and my CRUD classes are being persisted to a MySQL database. I also need fetch Read-Only objects from a DB2 database. Being new to maven I'm a little stumped on how to add the JDBC jars for DB2. But even after I figure that out I'm not sure how to configure a second dataSource. I'm guessing I create a new "dataSource" bean, but I don't see how to tell Hibernate or some other mechanism to connect to it.
Thanks, Nathan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
