Bug 163529 - The OSGi framework selection combo from the launch configuration does not work
Summary: The OSGi framework selection combo from the launch configuration does not work
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.3 M4   Edit
Assignee: Chris Aniszczyk CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-11-06 07:44 EST by Félix Cuadrado CLA
Modified: 2007-06-05 18:32 EDT (History)
0 users

See Also:


Attachments
Fix for OSGiFrameworkBlock (950 bytes, patch)
2006-11-06 07:46 EST, Félix Cuadrado CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Félix Cuadrado CLA 2006-11-06 07:44:29 EST
The combo displays all the registered contributions to the extension point. However, when the user selects a different framework it does not update the udnerlying launch configuration, resulting in the default framework being the one always called.

Happens in both M2 and M3
Comment 1 Félix Cuadrado CLA 2006-11-06 07:46:44 EST
Created attachment 53288 [details]
Fix for OSGiFrameworkBlock

Changed the registered Listener of the framework Combo from ModifyListener to SelectionListener
Comment 2 Chris Aniszczyk CLA 2006-11-06 16:16:22 EST
investigating
Comment 3 Chris Aniszczyk CLA 2006-11-06 16:38:09 EST
fixed, thanks for the report!