My Spring IDE plugin isn't doing much for me. The spring beans view shows my (2) config files, lets me open them but not much else. It doesn't show bean nodes or generate graphs or validate anything. Am I missing something stupid?
Followed instructions at http://www.springframework.org/spring-ide/eclipse/. Have:
* Spring 1.1.4
* Eclipse 3.1.0
* GEF 3.1
* Spring Framework PLugin 1.0.2
* Spring IDE Beans UI Plugin 1.0.3
All successfully installed via the Eclipse update manager (no errors). Added my Spring Beans Project Nature to my (only) project. Added my applicationContext.xml and -servlet.xml config files to the Spring Beans Project Properties. The files show up in the Spring Beans View but that's about it.
Should I expect my beans to just magically appear as nodes in the view? Are there any log files or other sources of info I can look at?
Thanks for any pointers, Martin


Reply With Quote