Community
Participate
Working Groups
Currently, the RSA impl registers two EndpointDescriptionLocator instances upon start/configuration. This is incorrect...it should only register one for each IDiscoveryLocator discovery provider.
assigning.
Fix released to master. Resolving.
Hi Scott, without having looked at the code I wonder why you need on EndpointDescriptionLocator per IDiscoveryLocator. With enhancement bug #328011 can't you just register one IServiceListener|IServiceTypeListener with the OSGi registry and be notified automatically?
(In reply to comment #3) > Hi Scott, > > without having looked at the code I wonder why you need on > EndpointDescriptionLocator per IDiscoveryLocator. >With enhancement bug #328011 > can't you just register one IServiceListener|IServiceTypeListener with the OSGi > registry and be notified automatically? Yes, this change/simplification could be made (given 328011). I haven't had the time/capacity to make it. If you want to open an enhancement to that effect, we'll try to get to it when possible.
Done, bug #335977