Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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/



Back to the top