Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 198276 Details for
Bug 349078
[remoteserviceadmin] basic topology manager does not export previously registered services upon start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Reorders the registration of EventHook and existing services
bug349078.patch (text/plain), 1.53 KB, created by
Alex Blewitt
on 2011-06-20 14:21:31 EDT
(
hide
)
Description:
Reorders the registration of EventHook and existing services
Filename:
MIME Type:
Creator:
Alex Blewitt
Created:
2011-06-20 14:21:31 EDT
Size:
1.53 KB
patch
obsolete
>diff --git a/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.java b/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.java >index b81614d..741fc23 100644 >--- a/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.java >+++ b/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/org/eclipse/ecf/internal/osgi/services/distribution/BasicTopologyManager.java >@@ -107,11 +107,6 @@ public class BasicTopologyManager extends AbstractTopologyManager implements > > public void start() throws Exception { > >- // First export any previously registered remote services >- if (exportRegisteredSvcs) >- exportRegisteredServices(exportRegisteredSvcsClassname, >- exportRegisteredSvcsFilter); >- > // Register as EndpointListener, so that it gets notified when Endpoints > // are discovered > Properties props = new Properties(); >@@ -125,6 +120,11 @@ public class BasicTopologyManager extends AbstractTopologyManager implements > // are registered > eventHookRegistration = getContext().registerService( > EventHook.class.getName(), this, null); >+ >+ // Lastly, export any previously registered remote services >+ if (exportRegisteredSvcs) >+ exportRegisteredServices(exportRegisteredSvcsClassname, >+ exportRegisteredSvcsFilter); > } > > public void endpointAdded(
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 349078
: 198276