And something else I realized. I have a module it calls 'register'.
This module is the one which is causing my RPC problem. It's not only
that I have my module directory 'register' in the WebContent, but as
well a directory calls 'register-aux' with a log file in it.

Inside the log file I see the following Exception:

Reachable types computed on: Mon Jul 13 19:57:29 CEST 2009
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
   Serialization status
      Instantiable
   Path
 
'com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException' is
reachable as a subtype of type 'class
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException'
      Started from
'com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException'


I appreciated any help!!!





On Jul 13, 6:32 pm, Dariusz <[email protected]> wrote:
> I have different modules in war structure, because I want to keep the
> overview as simple as possible. If I test the module in hosted mode
> it's working but not in my web mode.
>
> I'm trying to use RPC to get the data, but unfortunately it's not
> working in web mode.
>
> After I compile the structure the war looks like this:
>
> MyApp/
>    /WebContent
>       /WEB-INF
>          /classes
>       /moduleA
>       /moduleB
>       web.xml
>
> If I put all the compiled *.html, *.css, *.js in the root (WebCotnent)
> then it's working, but I would like to have my modules in separate
> directories like 'moduleA', 'moduleB', and so on.
>
> Is it possible??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to