Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Web Flow XML Editor available

  1. #11
    Join Date
    Nov 2006
    Location
    Montreal Canada
    Posts
    67

    Default

    Did you try a -clean start on Eclipse?

  2. #12
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Quote Originally Posted by Paul Newport View Post
    I copy the entire eclipse installation directory to my work desktop, and get this when I try and show a graph view:

    The only differences are JRE level the work is JRE 1.5.0_10 and laptop is _11, and the work PC is behind a firewall.
    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.

  3. #13
    Join Date
    Sep 2004
    Posts
    602

    Default

    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.

  4. #14
    Join Date
    Sep 2004
    Posts
    602

    Default

    Quote Originally Posted by ronwheeler View Post
    Did you try a -clean start on Eclipse?
    Yes ta but the same effect. Don't worry, I think it's a work networking/firewall issue.

  5. #15
    Join Date
    Mar 2007
    Posts
    1

    Default There is no editor

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •