Did you try a -clean start on Eclipse?
Did you try a -clean start on Eclipse?
Somedays the BeansExplorer extended Eclipse 3.2's CommonNavigator (part of the Common Navigator Framework) and overwrote CommonNavigator's implementation of the interface "org.eclipse.ui.part.IShowInTarget" to provide a different behaviour [finally "super.show(context)" was called]. With a newer version of Eclipse the CommonNavigator didn't implemented this interface anymore and our base class implementing "org.eclipse.ui.part.IShowInTarget" wasn't available anymore. Since 16th of January this is fixed by letting BeansExplorer implementing "org.eclipse.ui.part.IShowInTarget" and not calling super anymore.
Ok, this lengthy description leads to the following recommendation:
It seems that you're running an outdated version of the "*.beans.ui.navigator" plugin. So please delete all Spring IDE plugins "org.springframework.ide.eclipse.*" from your Eclipse installation and install Spring IDE from scratch via the update manager.
If you're using our nightly builds then I would like to recommend to create a separate Eclipse product extension exclusively for Spring IDE and delete the content of this extension before installing a new nightly build of Spring IDE. This "clean install" of Spring IDE's nightly builds is necessary because we're modifying the OSGI bundles as well. E.g. for the Spring OSGI bundle (provides the upcoming version 2.0.3) we're updating the spring.jar from their nightly builds without modifying the bundle's version number.
Torsten
http://springide.org
Thanks for this.
I think half the problem is related to our network/firewall at work - as everything works fine from home I'll just carry on with the home environment for the moment.
Hello,
I would like to ask you if I do ane mistake because I have installed nightly build from your update site (this is version before M3). Everythink seems to be installed correctly but when I open my xml web flow file there is nothing in outline just classic xml outline.
Thank you for your answers.