Why is this level increasing ? It was originally at 50 and all core bundles were installed at 30 roughly. I think there's another value which control the level which is used for determining if a bundle is core or user bundle and maybe this value is wrong ?
On Thu, Apr 5, 2012 at 13:39, <[email protected]> wrote: > Author: jgoodyear > Date: Thu Apr 5 11:39:54 2012 > New Revision: 1309782 > > URL: http://svn.apache.org/viewvc?rev=1309782&view=rev > Log: > [KARAF-1318] User bundles are treated as system bundles > > updating manual to reflect configuration setting. > > > Modified: > > > karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/provisioning.conf > > Modified: > karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/provisioning.conf > URL: > http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/provisioning.conf?rev=1309782&r1=1309781&r2=1309782&view=diff > > ============================================================================== > --- > karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/provisioning.conf > (original) > +++ > karaf/branches/karaf-2.2.x/manual/src/main/webapp/users-guide/provisioning.conf > Thu Apr 5 11:39:54 2012 > @@ -104,7 +104,7 @@ h4. Bundle start-level > *Available since Karaf 2.0* > > By default, the bundles deployed through the feature mechanism will have > a start-level equals to the value defined in the configuration file > {{config.properties}} > -with the variable {{karaf.startlevel.bundle=60}}. This value can be > changed using the xml attribute start-level. > +with the variable {{karaf.startlevel.bundle=80}}. This value can be > changed using the xml attribute start-level. > > {code:xml} > <feature name='my-project' version='1.0.0'> > > > -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ FuseSource, Integration everywhere http://fusesource.com
