Collection selection dialog for DNG component
I'm trying to display DNG Collection selection dialog using OSLC delegate UI in my application. It works fine for DNG projects without global configuration or components, but when I have a component the returned selection dialog doesn't appear in my application at all. I'm suspecting I'm using the wrong service provider since I'm doing this on the project level and not on the component level.
I'm simply getting the serviceProviderUrl for the project, and for each service I get selections dialogs.
What should be done differently to be aware of the components & global configuration in DNG?