JBoss Fuse, Apache Karaf: how to get the info that the certain osgi bundle is started in runtime? -
I need your advice: We have several adapters (bundles) and the priority in their application business logic. The administrator will only turn them on or off to manage them. I'm looking for a correct definition path, the bundle starts or not in the runtime. Any well-being?
In Karaf 3.0.x, facilities and value using the CLI that you know part of the name of the bundle Applications (Manifest.mf header bundle-name) or symbolic name (manifest.mf header bundled-Prtikiknam), you can use the situation with the following command:
log in Karaf console: < / P>
$ ssh karaf @ localhost -p 8101 then
karaf @ root () & gt; Bundle: List-s | Grep {symbolic-name} or
caraf @ root ()> Bundle: list | Grep {name} For example.
Corf @ root () & gt; Bundle: List-S | GRP-I Jackson-Core-ASL 109 | Active | 80 | 1.9.13 | Jackson-core-asl
Comments
Post a Comment