Skip to main content

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

I know that you can specify a start level in config.ini.  But this
applies to bundles that are always started at boot time.

I would suggest a post to equinox's newsgroup first.  Use that forum for
user related questions.

-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx
[mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Marcin Okraszewski
Sent: Tuesday, December 12, 2006 8:41 AM
To: Corona development
Subject: [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. 
_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev

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