This content has been marked as final.
Show 3 replies
-
1. Re: OSGi services start order in the OSGii service registry
ffang Mar 4, 2013 8:21 PM (in response to lekkie_lomotayo)Hi,
It's by the bundle start-level, from low level to high level.
Freeman
-
2. Re: OSGi services start order in the OSGii service registry
lekkie_lomotayo Mar 5, 2013 5:17 AM (in response to ffang)I thought so too which lead me to do add my osgi bundle id to startup.properties by doing this:
com/company/division/system-service/3.0.0/system-service-util-3.0.0.jar=55
Except if this is not the right way to do this.
-
3. Re: OSGi services start order in the OSGii service registry
ffang Mar 5, 2013 5:57 AM (in response to lekkie_lomotayo)Hi,
No, the bundle specified in startup.properties should be the system level core bundles used by FUSE ESB, especially need to be loaded before Karaf feature service, users shouldn't add customer bundles into it. You can use features where you can use start-level attribute to specify a certain bundle start level.
Freeman