Frage

I know some of the commands have changed names when Apache Felix started using GoGo

For example: ps --> lb (list bundles)

What is the equivalent for services <BUNDLENO>

I am trying to get the following output from my console:

services 5

Distributed OSGi Zookeeper-Based Discovery Single-Bundle Distribution (6) provides:
-----------------------------------------------------------------------------------
... other services ...
----
objectClass = org.osgi.service.cm.ManagedService
felix.fileinstall.filename = org.apache.cxf.dosgi.discovery.zookeeper.cfg
service.id = 38
service.pid = org.apache.cxf.dosgi.discovery.zookeeper
zookeeper.host = localhost
zookeeper.port = 2181
zookeeper.timeout = 3000
War es hilfreich?

Lösung

inspect capability service 5

check more details here

help inspect

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top