Skip to main content

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

Hi,
I am using equinox(3.4.2) with da-launcher(version 1.1.1) in my project. I have org.osgi.framework.bootdelegation = net.sf.cglib.* with other required packages.
I am able to make project build and deploy in to jetty successfully.
But when I tried to access project url its throws NCDF error for --> java.lang.NoClassDefFoundError: [Lnet/sf/cglib/proxy/Callback;

Knoplerfish framework is able to find the net.sf.cglib.* package and not throwing exception.

Why net.sf.cglib.* is not visible in the Equinox?

Is the equinox required some setting which I missed?

I would appreciate any help.

Thanks in advance..
Jalpa


Back to the top