RE: [equinox-dev] Starting the system bundle

2010-04-15 Thread Kirchev, Lazar
: [equinox-dev] Starting the system bundle Lazar, Please open a bug against Equinox. Tom [cid:image001.gif@01CADC85.0BB51BA0]"Richard S. Hall" ---04/14/2010 11:02:09 AM---On 4/14/10 10:48, Kirchev, Lazar wrote: From: "Richard S. Hall" To: Equinox development mailing l

Re: [equinox-dev] Starting the system bundle

2010-04-14 Thread Thomas Watson
---| |04/14/2010 11:02 AM | >--| |> | Subject: | |> >--------------------

Re: [equinox-dev] Starting the system bundle

2010-04-14 Thread Richard S. Hall
Of Richard S. Hall Sent: Wednesday, April 14, 2010 5:16 PM To: Equinox development mailing list Subject: Re: [equinox-dev] Starting the system bundle On 4/14/10 10:09, Kirchev, Lazar wrote: Yes, we could use FrameworkEvent.STARTED, but only if we are sure that we listen for this event when it

RE: [equinox-dev] Starting the system bundle

2010-04-14 Thread Kirchev, Lazar
-Original Message- From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Richard S. Hall Sent: Wednesday, April 14, 2010 5:16 PM To: Equinox development mailing list Subject: Re: [equinox-dev] Starting the system bundle On 4/14/10 10:09, Kirchev

Re: [equinox-dev] Starting the system bundle

2010-04-14 Thread Richard S. Hall
ipse.org [mailto:equinox-dev-boun...@eclipse.org] *On Behalf Of *Thomas Watson *Sent:* Wednesday, April 14, 2010 4:30 PM *To:* Equinox development mailing list *Subject:* Re: [equinox-dev] Starting the system bundle Yes, you should use the FrameworkEvent.STARTED event for this. You should probably open

RE: [equinox-dev] Starting the system bundle

2010-04-14 Thread Kirchev, Lazar
...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Thomas Watson Sent: Wednesday, April 14, 2010 4:30 PM To: Equinox development mailing list Subject: Re: [equinox-dev] Starting the system bundle Yes, you should use the FrameworkEvent.STARTED event for this. You should probably open a bug

Re: [equinox-dev] Starting the system bundle

2010-04-14 Thread Thomas Watson
--| |> | Subject: | |> >----------------------|

Re: [equinox-dev] Starting the system bundle

2010-04-14 Thread BJ Hargrave
2010/04/14 08:21 Subject: [equinox-dev] Starting the system bundle Sent by: equinox-dev-boun...@eclipse.org Hello, We are implementing logic which depends on the system bundle being put in ACTIVE state after all bundles, which should be running, are started. However, it turned out that actually th

[equinox-dev] Starting the system bundle

2010-04-14 Thread Kirchev, Lazar
Hello, We are implementing logic which depends on the system bundle being put in ACTIVE state after all bundles, which should be running, are started. However, it turned out that actually the system bundle is put in ACTIVE state just before the bundles are started. This is evident from the meth