Re: [equinox-dev] receiving a FrameworkEvent.STARTED event?

2016-07-06 Thread Thomas Watson
It depends on the launcher you are using. Here I am going to assume you are using the Equinox launcher as-is. The thing about FrameworkEvent.STARTED is that it is only fired when the framework has reached its "beginning framework start-level" during the call to Framework.start(). By default t

[equinox-dev] receiving a FrameworkEvent.STARTED event?

2016-07-06 Thread Cristiano GaviĆ£o
Hello all, I'm facing a problem and would like to ask for some information. I have a bundle whose activator is registering a FrameworkListener inside the start() method. This bundle is set to start at level 3. frameworkListener = new FrameworkListener() {