That would have been my first idea, but I got distracted by your
comment about using your own SecurityManager and in general, running
with Security enabled was somewhat broken in 0.8.0.

Good to hear that it works for you now :-)

regards,

Karl


On 5/24/07, Guillermo Averboch <[EMAIL PROTECTED]> wrote:
Thanks for your reply Karl! It turns out I've already figured out how
to get past this issue, I only needed to add something like this to
the security policy in use:

grant codeBase "file:lib/felix-0.8.0-incubator/bin/felix.jar"
{
    permission java.security.AllPermission;
};

Guillermo

On 5/24/07, Karl Pauls <[EMAIL PROTECTED]> wrote:
> Hello Guillermo,
>
> could you answer me two questions:
>
> what it is your SecurityManager is doing?
>
> which version of Felix are you using -  0.8.0 or trunk?
>
> regards,
>
> Karl
>
> --
> Karl Pauls
> [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> 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]




--
Karl Pauls
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to