Community
Participate
Working Groups
When executing "vsh service list" it lists services with some of them only available in the kernel region. Such example is org.osgi.service.log.LogService, which is available in the kernel region and is NOT imported to the user region.
Fixed to use a user region bundle context to determine the list of services. Note that org.osgi.service.log.LogService is exported by bundle 0 which is imported into the user region along with all its services. Before this fix, multiple services of type o.e.v.kernel.install.pipeline.stage.transform.Transformer were listed. With this fix, no such services are listed.