wassup741 / gwteventservice

Automatically exported from code.google.com/p/gwteventservice
Other
0 stars 0 forks source link

Client-Error: Error on register client for domain! with GWT RPC Spring #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.using gwtrpcspring dispatcher org.gwtrpcspring.RemoteServiceDispatcher
2.using gwteventservice 1.1.1
3. @RemoteServiceRelativePath"/apps/test/DemoAppRemoteService.rpc")
4) web.xml ->
 <servlet>
        <servlet-name>gwtDispatcher</servlet-name>
        <servlet-class>org.gwtrpcspring.RemoteServiceDispatcher</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>gwtDispatcher</servlet-name>
        <url-pattern>*.rpc</url-pattern>
    </servlet-mapping>

<servlet>
            <servlet-name>EventService</servlet-name>
            <servlet-class>de.novanic.eventservice.service.EventServiceImpl</servlet-class>
    </servlet>

    <servlet-mapping>
           <servlet-name>EventService</servlet-name>
           <url-pattern>/[moduleName]/gwteventservice</url-pattern>
         </servlet-mapping>

What is the expected output? What do you see instead?

Output:
[ERROR] Client-Error: Error on register client for domain!

What version of the product are you using? On what operating system?
gwteventservice 1.1.1 / GWT 1.7

Please provide any additional information below.
how can we configure the mapping for the gwteventservice in our web.xml with 
our gwtspringrpc as the remote service?

Original issue reported on code.google.com by yasmeen....@gmail.com on 16 Sep 2010 at 7:37

GoogleCodeExporter commented 8 years ago
Simlar problems are described in Issue22 
(http://code.google.com/p/gwteventservice/issues/detail?id=22) and Issue26 
(http://code.google.com/p/gwteventservice/issues/detail?id=26).

Original comment by sven.strohschein@googlemail.com on 19 Sep 2010 at 2:03

GoogleCodeExporter commented 8 years ago

Original comment by sven.strohschein@googlemail.com on 3 Oct 2011 at 4:05