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

"New" resolver leaves some bundles in resolved state and install unexpected bundles

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.0.0.M3
    • 4.0.0.M3
    • karaf
    • None

    Description

      It seems that the "new" bundle resolver leaves some bundles in resolved state (without any clear reason).

      For instance, if we install the spring feature:

      karaf@root()> feature:install spring
      

      The aries util, aopalliance, ASM bundles stay in resolved state:

      karaf@root()> la|grep -i resolved
       7 | Resolved |  30 | 2.12.0          | JLine                                                              
      19 | Resolved |  20 | 1.1.0           | Apache Aries Util                                  
      47 | Resolved |  20 | 5.0.3           | ASM all classes with debug info                                    
      50 | Resolved |  30 | 1.0.0.6         | Apache ServiceMix :: Bundles :: aopalliance
      

      These bundles are not fragment, and we start the bundle "by hand", they start without problem:

      karaf@root()> bundle:start 50
      karaf@root()> la|grep -i aopalliance
      50 | Active   |  30 | 1.0.0.6         | Apache ServiceMix :: Bundles :: aopalliance
      

      Attachments

        Activity

          People

            cschneider Christian Schneider
            jbonofre Jean-Baptiste Onofré
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: