I would start by hard-coding the values for your database in your bean's configuration. Once you get all that working (with your dataSource2 and sessionFactory2 beans), then you can worry about getting the values substituted by the build process.
Matt On Wed, Apr 30, 2008 at 7:38 AM, njoy <[EMAIL PROTECTED]> wrote: > > Hi, > i want to use mysql and oracle database in a single application.. for > that i need to specify in build.properties or properties.xml or in any > other file? > -- > View this message in context: > http://www.nabble.com/Reg%3A-Two-different-databases-in-a-single-application-tp16981818s2369p16982711.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
