You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Seumas Soltysik (JIRA)" <ji...@apache.org> on 2008/05/20 20:30:54 UTC

[jira] Created: (SMX4KNL-39) Make bundle locations for SMX configurable

Make bundle locations for SMX configurable
------------------------------------------

                 Key: SMX4KNL-39
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-39
             Project: ServiceMix Kernel
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: Seumas Soltysik
            Assignee: Guillaume Nodet
             Fix For: 1.1
         Attachments: patch.txt

Currently the SMX containers looks to load bundles from the SMX_HOME/system directory. This should be configurable so that a user can point to any number of directories which contain OSGi bundles. In addition to the system directory, a user should be able to specify a list of directories using the bundle.locations property in the config.properties file.
In addition, SMX should be able to locate bundles which are arranged in a hierarchical manner.  Currently SMX will only look for bundles that are directly located inside the system folder. SMX should be able to locate bundles that are nested inside directories underneath the root bundle directory. /foo/bar/my_bundle.jar

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


[jira] Resolved: (SMX4KNL-39) Make bundle locations for SMX configurable

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4KNL-39.
------------------------------------

    Fix Version/s: 1.0-rc1
                       (was: 1.1)
       Resolution: Fixed

Sending        main/src/main/java/org/apache/servicemix/kernel/main/Main.java
Sending        main/src/main/resources/config.properties
Transmitting file data ..
Committed revision 658391.

> Make bundle locations for SMX configurable
> ------------------------------------------
>
>                 Key: SMX4KNL-39
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-39
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>    Affects Versions: 1.0-m3
>            Reporter: Seumas Soltysik
>            Assignee: Guillaume Nodet
>             Fix For: 1.0-rc1
>
>         Attachments: patch.txt
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> Currently the SMX containers looks to load bundles from the SMX_HOME/system directory. This should be configurable so that a user can point to any number of directories which contain OSGi bundles. In addition to the system directory, a user should be able to specify a list of directories using the bundle.locations property in the config.properties file.
> In addition, SMX should be able to locate bundles which are arranged in a hierarchical manner.  Currently SMX will only look for bundles that are directly located inside the system folder. SMX should be able to locate bundles that are nested inside directories underneath the root bundle directory. /foo/bar/my_bundle.jar

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


[jira] Updated: (SMX4KNL-39) Make bundle locations for SMX configurable

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-39:
-----------------------------------

    Affects Version/s: 1.0-m3
                           (was: 1.1)

> Make bundle locations for SMX configurable
> ------------------------------------------
>
>                 Key: SMX4KNL-39
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-39
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>    Affects Versions: 1.0-m3
>            Reporter: Seumas Soltysik
>            Assignee: Guillaume Nodet
>             Fix For: 1.0-rc1
>
>         Attachments: patch.txt
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> Currently the SMX containers looks to load bundles from the SMX_HOME/system directory. This should be configurable so that a user can point to any number of directories which contain OSGi bundles. In addition to the system directory, a user should be able to specify a list of directories using the bundle.locations property in the config.properties file.
> In addition, SMX should be able to locate bundles which are arranged in a hierarchical manner.  Currently SMX will only look for bundles that are directly located inside the system folder. SMX should be able to locate bundles that are nested inside directories underneath the root bundle directory. /foo/bar/my_bundle.jar

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