[ https://issues.apache.org/jira/browse/KARAF-4737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15700070#comment-15700070 ]
ASF subversion and git services commented on KARAF-4737: -------------------------------------------------------- Commit cca039551911ce1c6408f5b34ae2ac5e7663fdc8 in karaf's branch refs/heads/master from [~jbonofre] [ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=cca0395 ] [KARAF-4737] Update bundle state according to start attribute only at feature installation > Bundle start attribute in features XML is ignored > ------------------------------------------------- > > Key: KARAF-4737 > URL: https://issues.apache.org/jira/browse/KARAF-4737 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Affects Versions: 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.0.7 > Reporter: Jean-Baptiste Onofré > Assignee: Jean-Baptiste Onofré > Fix For: 4.1.0, 4.0.8 > > > If we have the following features XML: > {code} > <?xml version="1.0" encoding="UTF-8"?> > <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="tests"> > <feature name="test" version="1.0-SNAPSHOT"> > <bundle start-level="80" start="false">...</bundle> > </feature> > > </features> > {code} > the bundle {{start}} attribute is ignored and the bundle is always started > (even if {{start}} is set to {{false}}). -- This message was sent by Atlassian JIRA (v6.3.4#6332)