The property "karaf.lock.level" is used to configure how bundles are started or not in a master/slave config. The property "karaf.systemBundlesStartLevel" is only used by the karaf shell package in Utils and ListBundles classes... I do not see how this property will affect the operation of Master/Slave fail over.
On Fri, Sep 24, 2010 at 4:11 AM, Guillaume Nodet <[email protected]> wrote: > Yeah, this is very minor annoyance which does not affect the behavior > and which has an easy workaround which is to use 'la' instead of > 'osgi:list'. > Also the real purpose is to not show 'system bundles' by default, > which means the value should be the same as the one used to define the > threshold when using osgi:start and other related commands. > I'd think that introducing yet another variable would make things even > more confusing. > > On Fri, Sep 24, 2010 at 07:59, Charles Moulliard <[email protected]> wrote: >> As this property is used also to configure how bundles are started or >> not in a master/slave config, I would prefer to have a separate >> variable to define which bundles are displayed by default on the >> console. >> >> So we must solve this before to release karaf 2.1.0 >> >> >> On Thu, Sep 23, 2010 at 3:13 PM, Jamie G. <[email protected]> wrote: >>> The default level can be adjusted by changing the value of >>> "karaf.systemBundlesStartLevel" in $KARAF_HOME/etc/custom.properties. >>> >>> Down stream users can adjust this value to what ever level makes the >>> most sense for their purposes. >>> >>> On Thu, Sep 23, 2010 at 10:36 AM, Charles Moulliard >>> <[email protected]> wrote: >>>> I agree with you Gert. It makes no sense to display only one bundle !!! >>>> >>>> Charles M. >>>> >>>> >>>> >>>> On Thu, Sep 23, 2010 at 3:04 PM, Gert Vanthienen >>>> <[email protected]> wrote: >>>>> +1 >>>>> >>>>> For the one remaining bundle, wouldn't it make more sense to also give >>>>> that one a lower default start level so the out-of-the-box Karaf >>>>> installation shows an empty list here instead of just the one bundle? >>>>> >>>>> Regards, >>>>> >>>>> Gert Vanthienen >>>>> ------------------------ >>>>> Open Source SOA: http://fusesource.com >>>>> Blog: http://gertvanthienen.blogspot.com/ >>>>> >>>>> >>>>> >>>>> On 23 September 2010 13:46, Adrian Trenaman <[email protected]> wrote: >>>>>> Yup, mea culpa Charles. >>>>>> >>>>>> We implemented a new feature whereby osgi:list doesn't barf out all the >>>>>> system bundles any more: it just displays bundles over a threshold, >>>>>> which is >>>>>> by default 50. So osgi:list will now print out your application level >>>>>> bundles. >>>>>> >>>>>> I think you can use something like osgi:list -t 0 to print all the >>>>>> bundles >>>>>> above the threshold level of 0. >>>>>> >>>>>> Cheers, >>>>>> Ade. >>>>>> >>>>>> On 23/09/2010 21:43, Guillaume Nodet wrote: >>>>>>> >>>>>>> That's an expected behavioral change. >>>>>>> Try the 'la' alias to get all the bundles and/or look at the help for >>>>>>> this command which provides a new option you an use. >>>>>>> >>>>>>> On Thu, Sep 23, 2010 at 12:49, Charles Moulliard<[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> >>>>>>>> There is something strange. Only the last bundle is displayed on Mac : >>>>>>>> >>>>>>>> ka...@root> osgi:list >>>>>>>> START LEVEL 100 , List Threshold: 50 >>>>>>>> ID State Blueprint Level Name >>>>>>>> [ 31] [Active ] [Created ] [ 60] Apache Karaf :: Shell >>>>>>>> ConfigAdmin Commands (2.1.0) >>>>>>>> >>>>>>>> ??? >>>>>>>> >>>>>>>> On Wed, Sep 22, 2010 at 5:55 PM, Guillaume Nodet<[email protected]> >>>>>>>> wrote: >>>>>>>> >>>>>>>>> >>>>>>>>> +1 >>>>>>>>> >>>>>>>>> On Tue, Sep 21, 2010 at 17:57, Jamie G.<[email protected]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> Hi, >>>>>>>>>> >>>>>>>>>> Sorry for the delay posting this to the dev list - my home is >>>>>>>>>> currently flooding, bailing and pumping it out at the moment. >>>>>>>>>> >>>>>>>>>> We resolved 71 issues in this release (may take some time for cwiki >>>>>>>>>> to >>>>>>>>>> update with this page): >>>>>>>>>> https://cwiki.apache.org/confluence/display/KARAF/Karaf+2.1.0+Release >>>>>>>>>> >>>>>>>>>> Staging repository: >>>>>>>>>> https://repository.apache.org/content/repositories/orgapachekaraf-003/ >>>>>>>>>> >>>>>>>>>> Release tags: >>>>>>>>>> http://svn.apache.org/repos/asf/karaf/tags/karaf-2.1.0/ >>>>>>>>>> >>>>>>>>>> Please vote to approve this release: >>>>>>>>>> >>>>>>>>>> [ ] +1 Approve the release >>>>>>>>>> [ ] -1 Veto the release (please provide specific comments) >>>>>>>>>> >>>>>>>>>> This vote will be open for 72 hours. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Cheers, >>>>>>>>> Guillaume Nodet >>>>>>>>> ------------------------ >>>>>>>>> Blog: http://gnodet.blogspot.com/ >>>>>>>>> ------------------------ >>>>>>>>> Open Source SOA >>>>>>>>> http://fusesource.com >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com >
