Hi, I had to write my own extender and am adding services via
bundleContext.registerService(...) When I type "list" into gogo shell, these services are not listed.As the "list" command is provided by SCR I guess that SCR must be made aware of my service in order to list it.
Is there a way to make SCR aware of services that I registered programmatically?
If not, are there other commands to get a list of registered services? Kind regards, Thomas