Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Active fragment

On Thu, Apr 23, 2009 at 9:48 AM, Scott Lewis <slewis@xxxxxxxxxxxxxxxxx> wrote:
Hi Pierre,


Pierre Henry Perret wrote:
Hi guys,

I had a question on the state of an attached fragment.
The referent bundle is in state ACTIVE and when I try starting the fragment, it cant. The framewok (org.eclipse.osgi 3.5) throws a /BundleException/, telling that the fragment cannot be started.

Is this normal ?

Yes.  Fragments only go into RESOVLED state, not active.  And they are only 'started' implicitly by their host being started.

What's your exact problem Pierre? Or should I say, what are you trying to do ;)?

Cheers,

--
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk

Back to the top