I use multiple context files for Spring and MyEclipse does not seem to find beans that are defined in other xml Spring files.
I always have this kind of warnings :
“Referenced bean ‘dataSource’ not found: applicationContext-hibernate.xml”
But bean “dataSource” is defined in an other applicationContext file.
I have no problems when I run the code, but I have a lot of warnings with MyEclipse Spring module…