Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] org.osgi.framework.bootdelegation=*

I am trying to get org.eclipse.equinox.http to run inside of eclipse and
delegate to my servlet in a plugin.  I got it to start and to call my plugin
Activator. But when I try to GET a page I fail with a class loading error, 
 <plugin name> was unable to load class <servletname>
Poking around in the call stack makes me think that the problem is that my class
is considered something that should be delegated to boot loader.  In the OSGi
console getprops shows 
org.osgi.framework.bootdelegation=*
Am I on the right track? I guess I can change this value but I'm a bit unclear
on to what value...
Thanks
John.



Back to the top