Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 256586 - [Remotesvcs][r-osgi] org.eclipse.ecf.internal.provider.r_osgi.R_OSGiRemoteServiceContainer.getID() returns null
Summary: [Remotesvcs][r-osgi] org.eclipse.ecf.internal.provider.r_osgi.R_OSGiRemoteSer...
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 2.1.0   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Jan S. Rellermeyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 256603
  Show dependency tree
 
Reported: 2008-11-26 04:53 EST by Markus Kuppe CLA
Modified: 2009-04-23 20:11 EDT (History)
1 user (show)

See Also:


Attachments
Simply workaround for the problem described in bug #256603 (1.23 KB, patch)
2008-12-12 07:11 EST, Markus Kuppe CLA
no flags Details | Diff
mylyn/context/zip (831 bytes, application/octet-stream)
2008-12-12 07:11 EST, Markus Kuppe CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Kuppe CLA 2008-11-26 04:53:16 EST
If org.eclipse.ecf.internal.provider.r_osgi.R_OSGiRemoteServiceContainer has been created without an org.eclipse.ecf.core.identity.ID passed to org.eclipse.ecf.internal.provider.r_osgi.R_OSGiContainerInstantiator.createInstance(ContainerTypeDescription, Object[]), org.eclipse.ecf.internal.provider.r_osgi.R_OSGiRemoteServiceContainer.getID() will return null. This results in the R_OSGiRemoteServiceContainer to never be added to org.eclipse.ecf.core.IContainerManager in org.eclipse.ecf.core.ContainerFactory.createContainer(ContainerTypeDescription, Object[]).
Comment 1 Markus Kuppe CLA 2008-12-12 07:11:19 EST
Created attachment 120307 [details]
Simply workaround for the problem described in bug #256603
Comment 2 Markus Kuppe CLA 2008-12-12 07:11:20 EST
Created attachment 120308 [details]
mylyn/context/zip
Comment 3 Scott Lewis CLA 2009-04-23 20:11:35 EDT
I believe this is fixed.