Issue Details (XML | Word | Printable)

Key: IDE-770
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Christian Dupuis
Reporter: Imported
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Spring IDE
IDE-692

Spring Web Flow support disappears after upgrade from Spring IDE 2.0.1 to 2.0.2

Created: 20/Dec/07 12:24 AM   Updated: 04/Feb/08 06:36 PM
Component/s: webflow.core, webflow.ui, webflow.ui.editor, webflow.ui.graph
Affects Version/s: 2.0.2
Fix Version/s: 2.0.3

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive mylyn-context.zip (1 kB)

Environment: Rational Software Architect 7.0.0.4 - Eclipse 3.2 variant.


 Description  « Hide
I was successfully running Spring IDE 2.0.1 last week-core, AJDT integration, AOP extension, JavaConfig extension, and Web Flow extension. Using AJDT 1.4.2.x Following updating all above features + adding required "Spring Dependencies for Eclipse 3.2".x for Spring IDE to version 2.0.2 via the http://springide.org/updatesite/ site, the Web Flow support entirely disappears from the RSA/Eclipse workbench. It is no longer visible in the Spring Explorer nor under the Spring heading in Window>Preferences. There are no notable errors in the workspace log; it's like a switch got flipped off.

I went into Help->Software Updates->Manage Configuration and flipped back all extensions and integrations from 2.0.2 to 2.0.1. No effect. Next flipped back Spring IDE Bean support to 2.0.1 and disabled the "Spring IDE Dependencies for Eclipse 3.2.x". Now, Spring Web Flow integration works again.



 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Christian Dupuis added a comment - 20/Dec/07 06:33 PM
That is indeed a bug in the install process that is due to the renaming of the Spring Core bundle

Here are the steps to make it work again:

1. Delete all org.springframework.ide.eclipse.webflow.* features from the features directory
2. Delete org.springframework.binding and org.springframework.webflow from the plugins directory
3. Open the update manager and reinstall the Web Flow support feature

That should solve the problem.


Christian Dupuis added a comment - 20/Dec/07 06:37 PM
Web Flow and binding plugins should get a version number increase

aaron gaalswyk added a comment - 21/Dec/07 12:45 AM
The work-around worked fine for me. FWIW, as part of step #2, I also deleted the org.springframework.ide.eclipse.webflow.source* folders in the plugins directory for a "more clean" uninstall.

Thank you.