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

Bug 326054

Summary: [RemoteSrvs] org.eclipse.ecf.osgi.services.distribution.AbstractHostContainerFinder.matchExistingHostContainer(...) fails to match host containers if no configs are given and defaults should be used
Product: [RT] ECF Reporter: Markus Kuppe <bugs.eclipse.org>
Component: ecf.remoteservicesAssignee: ecf.core-inbox <ecf.core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 3.3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Markus Kuppe CLA 2010-09-23 09:19:50 EDT
org.eclipse.ecf.osgi.services.distribution.AbstractHostContainerFinder.matchExistingHostContainer(ServiceReference, IContainer, IRemoteServiceContainerAdapter, ContainerTypeDescription, String[], String[]) fails to match containers if only "service.exported.interfaces" is set on the services registered.
A workaround is to explicitly set  "service.exported.configs" so that the null check in org.eclipse.ecf.osgi.services.distribution.AbstractHostContainerFinder.matchHostSupportedConfigTypes(String[], ContainerTypeDescription) line 176 does not evaluate to false.
Comment 1 Markus Kuppe CLA 2010-09-23 09:21:02 EDT
Hit submit twice

*** This bug has been marked as a duplicate of bug 326053 ***