Bug 163529

Summary: The OSGi framework selection combo from the launch configuration does not work
Product: [Eclipse Project] PDE Reporter: Félix Cuadrado <fcuadrado>
Component: UIAssignee: Chris Aniszczyk <caniszczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: contributed
Version: 3.3   
Target Milestone: 3.3 M4   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Fix for OSGiFrameworkBlock none

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!