Re: kar:install --no-start does not stop feature from starting

2019-04-04 Thread Jean-Baptiste Onofré
Hi, let me check then, it should work. Regards JB On 04/04/2019 18:06, Nhut Thai Le wrote: > Thank you for your reply, > > No, i dont have install=auto in my feature.xml. > This is my feature.xml look like: > > > > mvn:bcprov/bcprov/1.58.0 > ...about 400 more bundles with same protocol

Re: kar:install --no-start does not stop feature from starting

2019-04-04 Thread Nhut Thai Le
Thank you for your reply, No, i dont have install=auto in my feature.xml. This is my feature.xml look like: mvn:bcprov/bcprov/1.58.0 ...about 400 more bundles with same protocol, nothing special On Thu, Apr 4, 2019 at 11:53 AM Jean-Baptiste Onofré wrote: > Do you have install="auto" i

Re: kar:install --no-start does not stop feature from starting

2019-04-04 Thread Jean-Baptiste Onofré
Do you have install="auto" in the features XML ? Regards JB On 04/04/2019 15:39, ntle wrote: > Hello, > > I'm installing a kar file to karaf 4.2.3 and although i use --no-start and > specify noAutoStartBundles=true in org.apache.karaf.kar.cfg i still see my > feature being started upon installed