Hello,
I have a problem where my server side code is unable to find the
gwt.rpc files and failing over to the LegacySerializationProvider.
The reason is that I have two different GWT applications sharing the
same backend. At the moment I have webapp A proxying all RPC requests
to webapp B. Later on, I want to have both webapp A and B proxying
requests to the server side webapp C.
The problem I am having is that when webapp B gets the rpc request it
can't find the gwt.rpc file because it lives in webapp A. I think I
can theoretically copy the gwt.rpc files generated by webapp A into
webapp B, but that will ultimately be a huge pain in regards to the
build process given that the whole point of this environment is to
allow the teams to work independently.
Does anyone have any solutions other than writing my own
SerializationPolicyProvider? If I went that route, would it still
work? That is, does the file name ("strongName") have any other
purpose in the serialization process?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---