On Sun, Oct 4, 2009 at 6:48 PM, Vlatko Davidovski <[email protected]> wrote:
> Hi!
>
> A simple question, how can I list the available and registered services in
> Apache Felix 2.0.

Hi,
  since Felix Shell 1.4 (shipped with the Felix 2.0.0 distribution)
the "service" command has been replaced by the "inspect" command.

To see the services exposed by a bundle, type
$ inspect service capability <bundle-id>
or in brief
$ inspect s c <bundle-id>

To see services used by a bundle, type
$ inspect service requirement <bundle-id>
or in brief
$ inspect s r <bundle-id>

You can avoid to specify the <bundle-id>, in that case you will see
services (exposed or used) by all the bundles.

-- 
Filippo Diotalevi

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to