Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Re: Creating and Starting a BundleActivator when the framework launches


Hi Gunnar

Everyone loves the UI!  I'm desperately trying to decouple my model from any UI, so this is not really an option.  And of course, yes, I am always trying to be OSGi implementation agnostic wherever possible.

Regards

Simon



Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

04/10/2006 08:50 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] Re: Creating and Starting a BundleActivator when the framework launches





Hi!

Simon J Archer wrote:
> The point of my
> posting is exactly this: My model-based bundle that registers a service
> is never started.  I hope now that you understand my dilemma.

Yes, this seems to be the root problem for this discussion. Do you stay
on Equinox or do your bundles need to run on different framework
implementations?

If Equinox only, you should try a workaround by defining required
bundles dependencies. I'm pretty sure that there is a consumer of this
service and that this consumer can be started lazy triggered by some
user actions.

Cu, Gunnar

--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top