Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] set bundles startup/shutdown order

Dear Equinox
I have two bundles that don't depend on each other in any way, but they work on the same file in BundleActivator.stop() (because of some bug) and now I have to constrain their shutdown order, to make sure the file is correctly written.

So is there any way to give Equinox any hints about bundle start/stop order? I'm ok with internal, non-API or hacks as this won't be any permanent solution, but until one of bundles gets fixed.

thanks

Jacek



Back to the top