Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » how do I register my custom service handlers?
how do I register my custom service handlers? [message #90806] Thu, 29 May 2008 12:53 Go to next message
Eclipse UserFriend
Originally posted by: dpryadkin.rocketsoftware.com

Dear All,

I've read the following at the eclipse help base:

"Writing an XML file which assigns the service handler to a request
parameter value. In order to be found, the XML file must be located at
the root of the classpath and named servicehandler.xml."

Tried placing the said file to several places, but no luck. If I go to
http://localhost:9090/rap?custom_service_handler=myServiceHa ndler then I
see the RAP startup page. MyServiceHandler was not executed either.

Thanks
Re: how do I register my custom service handlers? [message #90821 is a reply to message #90806] Thu, 29 May 2008 13:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi Dmitry,

> I've read the following at the eclipse help base:
>
> "Writing an XML file which assigns the service handler to a request
> parameter value. In order to be found, the XML file must be located at
> the root of the classpath and named servicehandler.xml."
>
> Tried placing the said file to several places, but no luck. If I go to
> http://localhost:9090/rap?custom_service_handler=myServiceHa ndler then I
> see the RAP startup page. MyServiceHandler was not executed either.

You might want to have a look at bug 205716:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205716

It seems that you can only add a service handler programmatically by
now. Without ever having tried it myself, i think you should use
RWT#getServiceManager().registerServiceHandler( ... ).

HTH, Ralf
Re: how do I register my custom service handlers? [message #90836 is a reply to message #90821] Thu, 29 May 2008 13:39 Go to previous message
Eclipse UserFriend
Originally posted by: dpryadkin.rocketsoftware.com

Thanks Ralf, it works
Previous Topic:Deployment problem using new RAP build
Next Topic:Themes from AIE
Goto Forum:
  


Current Time: Sat Sep 07 11:09:42 GMT 2024

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

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

Back to the top