Re: [appfuse-user] making hit in two different database
Hi Matt, How about cache files. i am getting following error: athConflict(322) | Creating a new instance of CacheManager using the diskStorePath "C:\Tools\apache-tomcat-7.0.2\temp" which is already used by an existing CacheManager. Thanks as usual.. On Mon, Oct 11, 2010 at 5:47 PM, Matt Raible wrote: > Do you need to the core classes to hit different databases or just new > classes you create? It should be as easy as creating another datasource bean > (in applicationContext-resources.xml) and referencing it accordingly. > > You might have to import the core classes into your project if you get an > error when two datasources exist. > > http://appfuse.org/display/APF/AppFuse+Core+Classes > > Matt > > > On Mon, Oct 11, 2010 at 12:54 AM, Anshu Dhamija < > [email protected]> wrote: > >> Hi >> >> I want to make the hit in two different databases using appfuse how can it >> be possible. >> >> Regards >> Anshu >> >> - >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
Re: [appfuse-user] making hit in two different database
Do you need to the core classes to hit different databases or just new classes you create? It should be as easy as creating another datasource bean (in applicationContext-resources.xml) and referencing it accordingly. You might have to import the core classes into your project if you get an error when two datasources exist. http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On Mon, Oct 11, 2010 at 12:54 AM, Anshu Dhamija < [email protected]> wrote: > Hi > > I want to make the hit in two different databases using appfuse how can it > be possible. > > Regards > Anshu > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
[appfuse-user] making hit in two different database
Hi I want to make the hit in two different databases using appfuse how can it be possible. Regards Anshu - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
