Community
Participate
Working Groups
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
If this is a PDE problem it belongs to PDE/UI. But sending over to common navigator people first.
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.