On 1/18/10 20:17, Duncan Child wrote:
My previous email quoted a URL that points to documentation for an
older release:
http://felix.apache.org/site/launching-and-embedding-apache-felix.html
Felix v1.0.4
http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html
Felix v2.0.0
The latest docs reference the usage documentation which has the answer
to my original question:
felix.embedded.execution - No longer needed, since the framework now
never calls System.exit(); the creator of the framework is now always
responsible for exiting the VM.
Sorry, I didn't see your original email. Yep, that is correct. The Felix
framework will make sure to stop all of its threads (or they are
daemon), so if you stop it, then the process should exit normally unless
someone else has some threads hanging around (e.g., swing, buggy
bundles, or the host application).
-> richard
Thanks
Duncan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]