Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Extensions tab incomplete(Extention Tab missing fields)
Extensions tab incomplete [message #497838] Fri, 13 November 2009 13:30 Go to next message
Jorge Dieguez is currently offline Jorge DieguezFriend
Messages: 48
Registered: July 2009
Location: France
Member

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


Jorge
Re: Extensions tab incomplete [message #497961 is a reply to message #497838] Fri, 13 November 2009 14:53 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
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
Previous Topic:Add LogWatcher plug-in to my RCP app?
Next Topic:Registring a new Action outside the ApplicationActionBarAdvisor
Goto Forum:
  


Current Time: Fri Apr 26 05:24:47 GMT 2024

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

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

Back to the top