On 10/7/10 13:21, Martin Ždila wrote:
Thank you Richard and Stuart

You might need to set the org.osgi.framework.bundle.parent property to "ext"...
Right. That helps! :-)

have you tried using:
   org.bouncycastle, org.bouncycastle.*
instead of:
   org.bouncycastle*
You are right. I saw somewhere example with org.bouncycastle* and I
tried this because it did not work either with
org.bouncycastle,org.bouncycastle.*. I was missing that "ext" :-)

org.osgi.framework.bootdelegation=com.sun.xml.*,com.sun.image.*,sun.nio.*,com.sun.org.*,javax.management,sun.misc.*,sun.misc,org.bouncycastle*
As you can see, I have more packages I bootdelegate to. How can I
specify org.osgi.framework.bundle.parent property per package? Or will
the "ext" fallback to "boot"?

Once a class load request is boot delegated it enters the standard Java class loader delegation model, which means that whichever class loader you set as parent it will end up delegating to its parent and so on. In other words, it will fall back to boot.

-> richard

Thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to