restore bundle
Brought to you by:
rjan
Hi,
I work on Linux.
when concierge is started, it loads the previous bundle by looking the storage directory (method restoreProfile), which use the File.listFiles() method. Thus, the bundle are loaded in another order than the configuration file. The shell command "bundles" show the order of loaded bundle. And I have some problem in my bundle, which try to use service of bundle which are not loaded...
I update for my need the Framework source, to sort the bundles by id, before restore them.
updated Framework file