Hello,
Is it possible to install a bundle and set it his start level ? Is it
possible to change the start level for a bundle already installed ?
I have tried this:
I have tried this :
+ First case : Install a bundle and set his start level: --> (it doesn't
work)
{code}
karaf@root> osgi:start-level 90
karaf@root> osgi:start-level
Level 90
karaf@root> osgi:install mvn:com.eurofins/camel-smoke-test/2.0.0
Bundle ID: 170
karaf@root> osgi:list | grep 170
[ 170] [Installed ] [ ] [ ] [ 80] CORE ::
camel_smoke_test (2.0.0)
{code}
+ Second case : change the start level for a bundle already installed: : -->
(it doesn't work)
{code}
karaf@root> osgi:list | grep 170
[ 170] [Installed ] [ ] [ ] [ 80] CORE ::
camel_smoke_test (2.0.0)
karaf@root> osgi:bundle-level 70 170
karaf@root> osgi:list | grep 170
[ 170] [Installed ] [ ] [ ] [ 80] CORE ::
camel_smoke_test (2.0.0)
{code}
Regards,
Abdellatif
--
View this message in context:
http://karaf.922171.n3.nabble.com/Karaf-How-to-change-or-set-the-start-level-for-a-bundle-tp4026080.html
Sent from the Karaf - User mailing list archive at Nabble.com.