Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] How to prevent bundles from being started very early???

The problem is taken from bug 164097 (see comments).

Eclipse for some reason at first starts bundles that were active during last close. The start operation is done during setting start level in Eclispe, which is at a very early stage of Eclipse startup. The problem is that some of our bundles requires other bundles that need to have workspace defined. It happens before workspace is selected, so the default workspace is taken. Later the code detects that the workspace is selected, so it doesn't ask for workspace.

It seems like the solution would be to prevent somehow our bundles from starting so early. But I really don't know how to do it. Does anyone have any ideas? If not, I'm going to ask Equinox team.

Marcin
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top