Skip to main content

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

Hi John,

You probably should ask this in the user newsgroup. E.g.
eclipse.technology.equinox on news.eclipse.org.
I suspect you shoul not need to mess with framework bootdelegation.
Can you give a bit more detail and perhaps post your manifest and a
rough description of your bundle.

-Simon

> -----Original Message-----
> From: equinox-dev-bounces@xxxxxxxxxxx 
> [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of John J Barton
> Sent: Friday, December 01, 2006 7:21 PM
> To: equinox-dev@xxxxxxxxxxx
> Subject: [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.
> 
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
> 
>
 
     This message may contain privileged and/or confidential information.  If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so.  Thank you.


Back to the top