Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339343 - vsh doesn't list the actual state of the services in the user region
Summary: vsh doesn't list the actual state of the services in the user region
Status: CLOSED FIXED
Alias: None
Product: Virgo
Classification: RT
Component: runtime (show other bugs)
Version: 3.0.0.M01   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: 3.0.0.M03   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 07:42 EST by Borislav Kapukaranov CLA
Modified: 2011-03-14 10:09 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Borislav Kapukaranov CLA 2011-03-09 07:42:39 EST
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.
Comment 1 Glyn Normington CLA 2011-03-14 10:09:51 EDT
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.