You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Elliot Huntington <el...@gmail.com> on 2013/11/05 17:45:46 UTC

felix.bootdelegation.implicit

The Felix documentation states:

felix.bootdelegation.implicit - Specifies whether the framework should try
to guess when to implicitly boot delegate to ease integration with external
code. The default value is true.

The documentation treats "boot delegate" as a verb in its definitive form.
What does it mean to "boot delegate"?

Re: felix.bootdelegation.implicit

Posted by Elliot Huntington <el...@gmail.com>.
*infinitive form


On Tue, Nov 5, 2013 at 10:45 AM, Elliot Huntington <
elliot.huntington@gmail.com> wrote:

> The Felix documentation states:
>
> felix.bootdelegation.implicit - Specifies whether the framework should try
> to guess when to implicitly boot delegate to ease integration with external
> code. The default value is true.
>
> The documentation treats "boot delegate" as a verb in its definitive form.
> What does it mean to "boot delegate"?
>
>
>

Re: felix.bootdelegation.implicit

Posted by "Richard S. Hall" <he...@ungoverned.org>.
On 11/5/13 11:45 , Elliot Huntington wrote:
> The Felix documentation states:
>
> felix.bootdelegation.implicit - Specifies whether the framework should try
> to guess when to implicitly boot delegate to ease integration with external
> code. The default value is true.
>
> The documentation treats "boot delegate" as a verb in its definitive form.
> What does it mean to "boot delegate"?

Delegate to the boot class loader. Normally, bundles do not have access 
to anything outside of the java.* packages and whatever they import or 
is accessible on their bundle class path.

Generally, you shouldn't have to worry about implicit boot class loader 
delegation, it is just something the framework tries to do to help out 
in certain situations.

-> richard

>


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