Skip to main content



      Home
Home » Eclipse Projects » Equinox » Eclipse 3.2.2 plug-in manifest editor does find org.eclipse.equinox.http.registry.servlets
Eclipse 3.2.2 plug-in manifest editor does find org.eclipse.equinox.http.registry.servlets [message #90903] Wed, 20 June 2007 21:59 Go to next message
Eclipse UserFriend
Originally posted by: rgd.us.ibm.com

I'm using Eclipse 3.2.2, and am trying to follow the instructions in writing
a bundle based server application.
( http://www.eclipse.org/equinox/server/http_writing_applicati on.php)

the problem I'm having is that the Eclipse 3.2.2 plug-in manifest editor is
reporting that it can't find
the org.eclipse.equinox.http.registry.servlets or
org.eclipse.equinox.http.registry.resources extensions to extend.

The only extension I can see to extend is
org.eclipse.equinox.preferences.preferences.

and yes, I do have the Equinox jars in my Eclipse/plugins directory.

Is this normal?

So far I haven't been able to get the example working. When I launch my
plug-in project, the OSGi service is starting, and I see the message coming
out of the activators start method. I also see port 80 being allocated - so
it looks like the http service is starting. But I can't access either my
index.html or my servlet that I have as part of my plugin project.

Here is the list of active bundles on the console:
osgi> ss
Framework is launched.
id State Bundle

0 ACTIVE system.bundle_3.2.2.R32x_v20070118
7 ACTIVE org.apache.xerces_2.8.0.v200606131651
9 ACTIVE org.eclipse.core.jobs_3.2.0.v20060603
12 RESOLVED
org.eclipse.core.runtime.compatibility.registry_3.2.1.R32x_v 20060907
Master=26
22 ACTIVE com.example.myplugin_1.0.0
23 ACTIVE org.eclipse.equinox.common_3.2.0.v20060603
24 ACTIVE org.eclipse.equinox.http_1.0.2.R32x_v20061218
25 ACTIVE
org.eclipse.equinox.preferences_3.2.1.R32x_v20060717
26 ACTIVE
org.eclipse.equinox.registry_3.2.1.R32x_v20060814
Fragments=12
27 ACTIVE org.eclipse.equinox.servlet.api_1.0.0.v20060601
28 ACTIVE org.eclipse.osgi.services_3.1.100.v20060601

thanks
Re: Eclipse 3.2.2 plug-in manifest editor does find org.eclipse.equinox.http.registry.servlets [message #90919 is a reply to message #90903] Thu, 21 June 2007 00:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rgd.us.ibm.com

I've made some progress - I loaded the Equinox plug-ins from CVS into my
workspace, and now I can see the extension points. Why don't the bundled
Equinox components of the same plug-ins expose these extension points?

I'm still not able to see my static web content or servlet however.
Re: Eclipse 3.2.2 plug-in manifest editor does find org.eclipse.equinox.http.registry.servlets [message #90965 is a reply to message #90903] Thu, 21 June 2007 04:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex_blewitt.yahoo.com

When you've added stuff into your plugins/ directory, you sometimes need to delete and re-create a PDE's launch config for it to notice that things are different from when you created it.

Alex.
Re: Eclipse 3.2.2 plug-in manifest editor does find org.eclipse.equinox.http.registry.servlets [message #91081 is a reply to message #90919] Fri, 22 June 2007 10:45 Go to previous message
Eclipse UserFriend
It looks like you are missing the org.eclipse.equinox.http.registry
bundle. That bundle defines the extension points you are looking for.

You should try the latest 3.3 Builds of Eclipse SDK. Eclipse 3.3
includes all of the graduated server-side bundles from equinox that you
need ...

Tom
Previous Topic:Building a bundle without depending on eclise/plugins/
Next Topic:PDE to pick up non
Goto Forum:
  


Current Time: Wed Apr 30 19:41:54 EDT 2025

Powered by FUDForum. Page generated in 0.06311 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top