Bundle startup level is not taken into account when project bundles are 
deployed in another local repo than system
------------------------------------------------------------------------------------------------------------------

                 Key: KARAF-64
                 URL: https://issues.apache.org/jira/browse/KARAF-64
             Project: Karaf
          Issue Type: Improvement
    Affects Versions: 1.6.2
            Reporter: Charles Moulliard


Apache Karaf allows to specify the bundle startup level. Such info is defined 
in startup.properties file. If we add bundles project which are deployed in 
local repository other than the default = system, then the bundle are not 
retrieved and of course not deployed.

A variable exist and can be defined in the properties file config.properties. 
Unfortunately, this variable "bundle.locations" requires the full path 
definition and not a relative using karaf.home or karaf.base

# Works
bundle.locations=C:/temp/apache-karaf/myLocalRepo

# DOES NOT WORK
bundle.locations=${karaf.base}/myLocalRepo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to