Karl, hello again:

    1) when I load a felix embedded in jnlp app,

    2) and attempt to issue
                Bundle bundle =
    framework.getBundleContext().installBundle(location);

    3) for location =
    http://xxx/org.apache.felix.framework.security-1.4.2.jar

    4) I get the dreaded "**Error : Java has discovered application
    components that could indicate a security concern**"
    http://www.java.com/en/download/help/error_mixedcode.xml

    5) jnlp app itself is running with "all permission"
    http://lopica.sourceforge.net/ref.html#all-permissions

    6) the jnlp felix embedder is signed; the
    org.apache.felix.framework.security-1.4.2.jar is NOT signed;
    but also NOT signed some 10 other bundles which, if I exclude
    org.apache.felix.framework.security-1.4.2.jar from install,
    will install and start just fine w/o the above "security concern";

    7) what is the missing magic ingredient in felix.security that makes
    sun deploy.jar to intercept this and how to get rid of it?
    do you by chance know of example somewhere on how to start
    felix.security in jnlp mode properly?

    Thank you,

    Andrei

Reply via email to