Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328192 - [remoteservices] change osgi remote services impl to use getRemoteServiceReferences(ID,ID[], String,String)
Summary: [remoteservices] change osgi remote services impl to use getRemoteServiceRefe...
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.remoteservices (show other bugs)
Version: 3.4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4.0   Edit
Assignee: Scott Lewis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 20:38 EDT by Scott Lewis CLA
Modified: 2010-10-20 11:13 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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);