Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-3066

Camel commands removed in Karaf console when uninstalling feature

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 6.1.0
    • None
    • core
    • None

    Description

      Hello,

      The issue happens when uninstalling a feature. Camel commands in Karaf console (e.g. route-list) are also removed.

      Here is the feature.xml used for example :
      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.1" name="my.feature">
      <feature name="my.feature" version="1.0.0-beta" description="My feature">
      <bundle>mvn:com.google.protobuf/protobuf-java/2.6.1</bundle>
      </feature>
      </features>

      Steps to reproduce the issue :

      • Copy feature.xml in /tmp
      • Enter : feature:install -v my.feature
        Console output :
        "Installing feature my.feature 1.0.0-beta"
        "Installing bundle mvn:com.google.protobuf/protobuf-java/2.6.1"
        "Found installed feature camel-core-condition-shell_0_0_0 2.16.1"
      • Enter : feature:uninstall -v my.feature
        Console output :
        "Uninstalling feature my.feature 1.0.0-beta"
        "Uninstalling feature camel-core-condition-shell_0_0_0 2.16.1"

      At this point, Camel commands are not available anymore.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jnbptstm Jean-Baptiste Martin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: