I\'m having a problem with some Spring bean definitions. I have a couple of context xml files that are being loaded by my main() method, and both of them contain almost exclusiv
Using Eclipse, I had moved classes into new packages, and was getting this error. What worked for me was doing: Project > Clean
and also cleaning my TomCat server by right-clicking on it and selecting clean
Thanks to Rock Lee's answer for helping me figure it out :)