Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
SV: [equinox-dev] Understanding extension points

Melih,
I'm not sure which Extension Point you are trying to see, but we use the ones in org.eclipse.equinox.servlet.ext (httpcontext, resource, servlet), and AFAIK this requires only the standard equinox.registry, sitting in the default Eclipse installation. So I think you should not use the http.registry, or is that a misconception?
Instead, I think what you want is to check out
servlet.bridge.http
servlet.bridge.launcher
servlet.ext
and then, maybe Simons embedded Jetty implementation behind that, at https://bugs.eclipse.org/bugs/show_bug.cgi?id=132555
 
Does this help?
 
/peter

________________________________

Från: Melih Onvural [mailto:melih.onvural@xxxxxxxxx]
Skickat: fr 2006-06-02 03:01
Till: equinox-dev@xxxxxxxxxxx
Ämne: [equinox-dev] Understanding extension points


Group,

I'm trying to get a basic OSGi bundle to execute, and I'm stuck at the point
where my test bundle keeps complaining about the org.eclipse.equinox.http.registry.*
extension points. I brought the org.eclipse.equinox.http.registry project down onto
my computer, but it too is complaining about not knowing where those extension
points are to be found. Has anyone run into this issue? Where should I start looking
to work this out? Thanks,

Melih Onvural
melih.onvural@xxxxxxxxx

<<attachment: winmail.dat>>


Back to the top