Depends on how you install the bundle. If you use features you can use "start-level" tag in the feature xml. This will force start the bundle once that level is ready.
You can also put dependencies between features, as in dont stary X until Y is started. Here is more examples and info. https://karaf.apache.org/manual/latest/provisioning On Thu., Oct. 17, 2019, 1:37 p.m. leonardchicco, < [email protected]> wrote: > Good morning, > It's possible to force a startlevel for a custom bundle during the first > startup when the data folder is empty? > For example i need to start a bundle with start level 257? > Or for example after feature quartz? > > In attacment my definition pom for custom distribution. pom.xml > <http://karaf.922171.n3.nabble.com/file/t498205/pom.xml> > > Thanks in advance > > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html >
