Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-4737

Bundle start attribute in features XML is ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.0.7
    • 4.1.0, 4.0.8
    • karaf
    • None

    Description

      If we have the following features XML:

      <?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>
      

      the bundle start attribute is ignored and the bundle is always started (even if start is set to false).

      Attachments

        Issue Links

          Activity

            People

              jbonofre Jean-Baptiste Onofré
              jbonofre Jean-Baptiste Onofré
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: