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

Bug 328192

Summary: [remoteservices] change osgi remote services impl to use getRemoteServiceReferences(ID,ID[], String,String)
Product: [RT] ECF Reporter: Scott Lewis <slewis>
Component: ecf.remoteservicesAssignee: Scott Lewis <slewis>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: bugs.eclipse.org
Version: 3.4.0   
Target Milestone: 3.4.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Scott Lewis CLA 2010-10-19 20:38:41 EDT
The ECF implementation of OSGI remote services should be changed to use the new/added API method:

IRemoteServiceContainerAdapter.getRemoteServiceReferences(ID,ID[],String,String);
Comment 1 Scott Lewis CLA 2010-10-20 11:13:13 EDT
Fix released to master.  DiscoveredServiceTrackerImpl now uses

IRemoteServiceContainerAdapter.getRemoteService(ID,ID[],String,String);