Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318400

Summary: [CommonNavigator] Required filter org.eclipse.ui.navigator.resources.filters.workingSet is not present.
Product: [Eclipse Project] Platform Reporter: Cameron Ross <cross>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: aniefer, francisu
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Cameron Ross CLA 2010-06-29 21:52:36 EDT
Build Identifier: 20100617-1415

I have a plug-in that makes use of the Common Navigator Framework.  This plug-in has been tested extensively on Galileo (3.5) and all is well.  However, when the plug-in is self-hosted from Helios, the following error is logged to the Error Log view within the launched workbench:

!ENTRY org.eclipse.ui.navigator.resources 4 0 2010-06-29 21:40:23.799
!MESSAGE Required filter org.eclipse.ui.navigator.resources.filters.workingSet is not present. Working set support will not function correctly.


Reproducible: Always
Comment 1 Andrew Niefer CLA 2010-06-30 08:51:29 EDT
If this is a PDE problem it belongs to PDE/UI.  But sending over to common navigator people first.
Comment 2 Francis Upton IV CLA 2010-06-30 12:35:09 EDT
It sounds like you are using the working set support (which is part of the project explorer and not API). This changed in Helios to use the CNF filter mechanism in order to fix a bug.

To make this work, simply grab this filter (named in the message) from the org.eclipse.ui.navigator.resources plugin.xml.