Re: [equinox-dev] RCP Application doesn't shut down OSGi console

2007-08-30 Thread Alex Blewitt
It depends how you are launching it. If you've got 'osgi.noExit=true' then I'd expect to see that behaviour. Are you running with eclipse -application ? If so, I'd expect that when your application returns from the run() method, it would shut down the framework. Do you know you are returning fr

[equinox-dev] RCP Application doesn't shut down OSGi console

2007-08-30 Thread Volodymyr Babiy
Hello We just have one small question to ask. Current situation: We are running independent bundles, which we have developed, inside of the Equinox framework. Our problem is that when we manually shut down our Application, the OSGi console does not automatically shut down. When we run the a