You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Duncan Child <du...@gmail.com> on 2010/01/18 19:45:47 UTC

EMBEDDED_EXECUTION_PROP

I am working my way through
http://felix.apache.org/site/launching-and-embedding-apache-felix.html
and the code references FelixConstants.EMBEDDED_EXECUTION_PROP

I am not sure what this was supposed to do but the constant doesn't
exist in the latest version of Felix. Do I need to do something else
now or does the example code on the web site just need to be updated?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: EMBEDDED_EXECUTION_PROP

Posted by "Richard S. Hall" <he...@ungoverned.org>.
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: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>    

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: EMBEDDED_EXECUTION_PROP

Posted by Duncan Child <du...@gmail.com>.
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.

Thanks

Duncan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org