Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Equinox boot delegation problem

I have a bundle that uses db2 driver to talk to the DB. This version of the
driver seems to be using classes from sun.io package. So when I add
org.osgi.framework.bootdelegation=sun.io.* equinox throws a NCDF error. But
when I change it to org.osgi.framework.bootdelegation=sun.* it seems to pick
the classes from sun.io just fine.

I am using Equinox 3.4.1 (launching using pax runner 0.17.2). JRE 1.5.

Felix seems to interpret org.osgi.framework.bootdelegation=sun.io.* just
fine.

Thanks in advance!
Raks
-- 
View this message in context: http://www.nabble.com/Equinox-boot-delegation-problem-tp23018168p23018168.html
Sent from the Equinox - Dev mailing list archive at Nabble.com.



Back to the top