You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Alin Dreghiciu (JIRA)" <ji...@apache.org> on 2009/10/03 16:53:23 UTC

[jira] Created: (FELIX-1693) [shell] Make "system bundles" start level configurable via properties

[shell] Make "system bundles" start level configurable via properties
---------------------------------------------------------------------

                 Key: FELIX-1693
                 URL: https://issues.apache.org/jira/browse/FELIX-1693
             Project: Felix
          Issue Type: Improvement
          Components: Karaf
    Affects Versions: karaf-1.0.0
            Reporter: Alin Dreghiciu


As of version 1.0.0 karaf shell will always ask (if --force not provided) if an action on a  "system bundles" should be performed or not. Karaf is considering as "system bundle" any bundle with a start level < 50 (hardcoded). This behavior is annoying if shell is not used in an karaf environment and wil be useful if the value (50) can be set by a system property. In this way I can set the value to "0" meaning that only system  bundle (bundle 0) will be considered system bundle or a "-1" for none.

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


[jira] Updated: (FELIX-1693) [karaf][shell] Make "system bundles" start level configurable via properties

Posted by "Alin Dreghiciu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alin Dreghiciu updated FELIX-1693:
----------------------------------

    Summary: [karaf][shell] Make "system bundles" start level configurable via properties  (was: [shell] Make "system bundles" start level configurable via properties)

> [karaf][shell] Make "system bundles" start level configurable via properties
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1693
>                 URL: https://issues.apache.org/jira/browse/FELIX-1693
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>    Affects Versions: karaf-1.0.0
>            Reporter: Alin Dreghiciu
>         Attachments: FELIX-1693.patch
>
>
> As of version 1.0.0 karaf shell will always ask (if --force not provided) if an action on a  "system bundles" should be performed or not. Karaf is considering as "system bundle" any bundle with a start level < 50 (hardcoded). This behavior is annoying if shell is not used in an karaf environment and wil be useful if the value (50) can be set by a system property. In this way I can set the value to "0" meaning that only system  bundle (bundle 0) will be considered system bundle or a "-1" for none.

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


[jira] Updated: (FELIX-1693) [shell] Make "system bundles" start level configurable via properties

Posted by "Alin Dreghiciu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alin Dreghiciu updated FELIX-1693:
----------------------------------

    Attachment: FELIX-1693.patch

The patch will look up a system property "karaf.systemBundlesStartLevel" and use it if available. Otherwise fall back to original value "50".

> [shell] Make "system bundles" start level configurable via properties
> ---------------------------------------------------------------------
>
>                 Key: FELIX-1693
>                 URL: https://issues.apache.org/jira/browse/FELIX-1693
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>    Affects Versions: karaf-1.0.0
>            Reporter: Alin Dreghiciu
>         Attachments: FELIX-1693.patch
>
>
> As of version 1.0.0 karaf shell will always ask (if --force not provided) if an action on a  "system bundles" should be performed or not. Karaf is considering as "system bundle" any bundle with a start level < 50 (hardcoded). This behavior is annoying if shell is not used in an karaf environment and wil be useful if the value (50) can be set by a system property. In this way I can set the value to "0" meaning that only system  bundle (bundle 0) will be considered system bundle or a "-1" for none.

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


[jira] Updated: (FELIX-1693) [karaf][shell] Make "system bundles" start level configurable via properties

Posted by "Alin Dreghiciu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alin Dreghiciu updated FELIX-1693:
----------------------------------

    Priority: Trivial  (was: Major)

> [karaf][shell] Make "system bundles" start level configurable via properties
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1693
>                 URL: https://issues.apache.org/jira/browse/FELIX-1693
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>    Affects Versions: karaf-1.0.0
>            Reporter: Alin Dreghiciu
>            Priority: Trivial
>         Attachments: FELIX-1693.patch
>
>
> As of version 1.0.0 karaf shell will always ask (if --force not provided) if an action on a  "system bundles" should be performed or not. Karaf is considering as "system bundle" any bundle with a start level < 50 (hardcoded). This behavior is annoying if shell is not used in an karaf environment and wil be useful if the value (50) can be set by a system property. In this way I can set the value to "0" meaning that only system  bundle (bundle 0) will be considered system bundle or a "-1" for none.

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


[jira] Resolved: (FELIX-1693) [karaf][shell] Make "system bundles" start level configurable via properties

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

Guillaume Nodet resolved FELIX-1693.
------------------------------------

       Resolution: Fixed
    Fix Version/s: karaf-1.0.2
         Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?rev=821878&view=rev


> [karaf][shell] Make "system bundles" start level configurable via properties
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1693
>                 URL: https://issues.apache.org/jira/browse/FELIX-1693
>             Project: Felix
>          Issue Type: Improvement
>          Components: Karaf
>    Affects Versions: karaf-1.0.0
>            Reporter: Alin Dreghiciu
>            Assignee: Guillaume Nodet
>            Priority: Trivial
>             Fix For: karaf-1.0.2
>
>         Attachments: FELIX-1693.patch
>
>
> As of version 1.0.0 karaf shell will always ask (if --force not provided) if an action on a  "system bundles" should be performed or not. Karaf is considering as "system bundle" any bundle with a start level < 50 (hardcoded). This behavior is annoying if shell is not used in an karaf environment and wil be useful if the value (50) can be set by a system property. In this way I can set the value to "0" meaning that only system  bundle (bundle 0) will be considered system bundle or a "-1" for none.

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