Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  1. Open config.properties file under /etc directory.
  2. Comment out the line with karaf.framework=equinox and uncomment the line with karaf.framework=felix.
  3. Specify the location of Felix bundle using the key karaf.framework.felix. The following code snippet is an updated config.properties file.
    Code Block
    java
    java
    titleconfig.propertiesjava
    ...
    #
    # Framework selection properties
    #
    #karaf.framework=equinox
    karaf.framework=felix
    
    karaf.framework.felix=repository/org/apache/felix/org.apache.felix.framework/3.0.2/org.apache.felix.framework-3.0.2.jar
    ...
    

...