In my J2EE app, I was getting
No bean named ‹AuthorizationDAO› is defined.
Looked around for an Eclipse plug-in to verify the spring-config.xml file and found none. Opted to make a verify check that runs at startup. This could have been a JUnit test, but since it’s difficult to duplicate the application environment for JUnit and because I’d prefer this test be run all the time, I choose the easier route of putting it in the application.