How can I tell Spring ide to look for my beans in another files? I have a daoConfig.xml and a servicesConfig.xml, both set on my beans view. But on the servicesConfig it complains about not finding hotelDao which is declared on the daoConfig file.
What's wrong here?
I'm using 1.2.4 version
Regards


Reply With Quote