Antwort: Re: InterruptedException when stopping system-bundle

2015-09-18 Thread marc . schlegel
exception. - Marc Von:Raymond Auge An: felix users , Datum: 17.09.2015 16:25 Betreff:Re: InterruptedException when stopping system-bundle What you probably want is: Framework fw = context.getBundle(0).adapt(Framework.class); fw.waitForStop(timeout); - Ray On Thu, Sep 17

Re: InterruptedException when stopping system-bundle

2015-09-17 Thread Raymond Auge
What you probably want is: Framework fw = context.getBundle(0).adapt(Framework.class); fw.waitForStop(timeout); - Ray On Thu, Sep 17, 2015 at 4:02 PM, wrote: > Hello everyone > > I created a little executable-jar which launches Felix. After some > computation has been done the framework is sh