You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2009/06/03 17:40:07 UTC

[jira] Created: (FELIX-1198) config.properties still refers to old org.osgi.framework.startlevel property

config.properties still refers to old org.osgi.framework.startlevel property
----------------------------------------------------------------------------

                 Key: FELIX-1198
                 URL: https://issues.apache.org/jira/browse/FELIX-1198
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: felix-1.8.0
            Reporter: David Bosschaert


the config.properties that ships with the 1.8.0 distro still refers to the old startlevel property:

# Sets the initial start level of the framework upon startup.
#org.osgi.framework.startlevel=1

this should really say
# Sets the initial start level of the framework upon startup.
#org.osgi.framework.startlevel.beginning=1


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


[jira] Closed: (FELIX-1198) config.properties still refers to old org.osgi.framework.startlevel property

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

Richard S. Hall closed FELIX-1198.
----------------------------------

       Resolution: Fixed
    Fix Version/s: felix-2.0.0
         Assignee: Richard S. Hall

I have fixed this issue. Since the issue is so simple, I will just close the bug myself.

> config.properties still refers to old org.osgi.framework.startlevel property
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1198
>                 URL: https://issues.apache.org/jira/browse/FELIX-1198
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: felix-1.8.0
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> the config.properties that ships with the 1.8.0 distro still refers to the old startlevel property:
> # Sets the initial start level of the framework upon startup.
> #org.osgi.framework.startlevel=1
> this should really say
> # Sets the initial start level of the framework upon startup.
> #org.osgi.framework.startlevel.beginning=1

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