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"? Thanks in advance -- Ing. Martin Ždila CTO M-Way Solutions Slovakia s.r.o. Letná 27, 040 01 Košice Slovakia tel:+421-908-363-848 mailto:[email protected] http://www.mwaysolutions.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

