Hi,

what Karaf version are you using ?

Don't you have install attribution on the feature ?

Regards
JB

On 13/06/2019 19:47, ntle wrote:
> Hello,
> 
> I have a .kar file that contain 1 feature with a lot of bundles that we has
> been running from eclipse. Installing the .kar to karaf took a few second
> but i noticed *the bundles were started immediately* although my
> o.apache.karaf.kar.cfg was set to not auto start:
> noAutoRefreshBundles=true
> noAutoStartBundles=true
> 
> And the kar installation also specify not starting:
> kar:install --no-start
> file:./../irisba/com.castortech.iris.vision.tycho/target/irisba.kar
> 
> And even inside the features.xml, all the bundles are set not to start:
> <?xml version="1.0" encoding="UTF-8"?>
> <features>
>   <feature name='IrisBA' version='1.0.0' description='IrisBA feature'>
>     <bundle
> start="false">mvn:com.castortech.filters/ba/1.0.0-201906121937</bundle>
> ........
>     <bundle
> start="false">mvn:org.eclipse.equinox/app/1.3.400-v20150715-1528</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox/common/3.9.0-v20170207-1454</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox/concurrent/1.1.0-v20130327-1442</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox/console/1.1.300-v20170512-2111</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox/event/1.4.0-v20170105-1446</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox.http/registry/1.1.400-v20150715-1528</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox.jsp.jasper/registry/1.0.300-v20130327-1442</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox.jsp/jasper/1.0.500-v20150119-1358</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox/preferences/3.7.0-v20170126-2132</bundle>
>     <bundle
> start="false">mvn:org.eclipse.equinox/registry/3.7.0-v20170222-1344</bundle>
>     <bundle
> start="false">mvn:org.eclipse.osgi.compatibility/state/1.1.0-v20170516-1513</bundle>
>     <bundle
> start="false">mvn:org.eclipse.osgi.services/remoteserviceadmin/1.6.100-v20160907-0906</bundle>
>     <bundle
> start="false">mvn:org.eclipse.osgi/util/3.4.0-v20170111-1608</bundle>
>     <bundle
> start="false">mvn:org.osgi.service/cm/1.5.0-201505202024</bundle>
>     <bundle
> start="false">mvn:org.osgi.service/component/1.3.0-201505202024</bundle>
>     <bundle
> start="false">mvn:org.osgi.service/event/1.3.1-201505202024</bundle>
>     <bundle
> start="false">mvn:org.osgi.service/jaxrs/1.0.0-201802012106</bundle>
>     <bundle
> start="false">mvn:org.osgi.service/metatype/1.3.0-201505202024</bundle>
>     <bundle
> start="false">mvn:org.osgi.util/function/1.1.0-201802012106</bundle>
>     <bundle
> start="false">mvn:org.osgi.util/promise/1.1.0-201802012106</bundle>
>     <bundle
> start="false">mvn:org.osgi.util/pushstream/1.0.0-201802012107</bundle>
> .......
>   </feature>
> </features>
> 
> I'm not sure if this is due to the installation of the o.eclipse.equinox*
> and org.osgi* bundles in my features.
> 
> 
> 
> --
> Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to