Extensions tab incomplete [message #497838] |
Fri, 13 November 2009 08:30  |
Eclipse User |
|
|
|
Hello RCP team,
I'm newbie on RCP. So I bought the book Practical Eclipse Platform Projects. Notice was edited for Eclipse Ganimade and I have Galileo.
I haven't managed to follow the very first example (plugin project-servlet. At the Extensions tab, after adding org.eclipse.equinox.http.registry. I don't get Extension Element Details as expected. The following fields are missing:
class
alias
httpdontextId
load on startup
I see ID: and name: instead.
I have configure the following dependencies:
org.eclipse.core.runtime,
javax.servlet;bundle-version="2.4.0",
org.eclipse.equinox.http.jetty;bundle-version="2.0.0",
org.eclipse.equinox.http.registry;bundle-version="1.0.200",
org.eclipse.equinox.http.servlet;bundle-version="1.0.200"
Also I have checked that RCP is installed and it seems to be de case. Since I have installed Eclipse 3.5 JEE package.
I would appreciate your help,
Jorge
|
|
|
Re: Extensions tab incomplete [message #497961 is a reply to message #497838] |
Fri, 13 November 2009 09:53  |
Eclipse User |
|
|
|
Hi Jorge,
I have Galileo but I can see the stuff you descibed. Please note that the
extension consists of two parts. The first part (in the root of the tree) is
the extension point which only contains name and id. If you open that node
you will see the servlet. You can rightclick on the root nore to add a
servlet or a serviceSelector.
<extension
point="org.eclipse.equinox.http.registry.servlets">
<servlet
alias="org.eclipse.ecf.salvo.ui.servlet1"
class="org.eclipse.ecf.salvo.ui.Servlet1"
httpcontextId="contextid"
load-on-startup="true">
</servlet>
</extension>
hth Wim
> Hello RCP team,
>
> I'm newbie on RCP. So I bought the book Practical Eclipse Platform
Projects. Notice was edited for Eclipse Ganimade and I have Galileo.
>
> I haven't managed to follow the very first example (plugin project-servlet.
At the Extensions tab, after adding org.eclipse.equinox.http.registry. I
don't get Extension Element Details as expected. The following fields are
missing:
>
> class
> alias
> httpdontextId
> load on startup
>
> I see ID: and name: instead.
>
> I have configure the following dependencies:
>
> org.eclipse.core.runtime,
> javax.servlet;bundle-version="2.4.0",
> org.eclipse.equinox.http.jetty;bundle-version="2.0.0",
> org.eclipse.equinox.http.registry;bundle-version="1.0.200",
> org.eclipse.equinox.http.servlet;bundle-version="1.0.200"
>
> Also I have checked that RCP is installed and it seems to be de case. Since
I have installed Eclipse 3.5 JEE package.
>
> I would appreciate your help,
>
> Jorge
|
|
|
Powered by
FUDForum. Page generated in 0.04726 seconds