Hi,

I developped two GWT applications app1 et app2 with spring in GWT 2.0
I do some stuff in app1 then I go on app2 with the line :

Window.open(GWT.getHostPageBaseURL()+"app2.html", "_self", "");

These two apps are in the same webapp. Moreover I defined the
mapping :

<beans>
        <bean id="urlMapping"
class="org.gwtwidgets.server.spring.GWTHandler">
                <property name="mappings">
                        <map>
                                <entry key="/app1/service1.rpc" 
value-ref="action.service1" />
                                <entry key="/app2/service2.rpc" 
value-ref="action.service2" />
                        </map>
                </property>
        </bean>
</beans>

The application worked fine with GWT 2.0.
The problem occurs when I upgraded GWT to  2.1.

the mapping works but the link between app1 et app2 failes. I get the
error :

springWebapp: ERROR: The serialization policy file '/avenanceportage/
6C7454447EB3F5DE8F334854ABD1DC32.gwt.rpc' was not found; did you
forget to include it in this deployment?
- springWebapp: WARNING: Failed to get the SerializationPolicy
'6C7454447EB3F5DE8F334854ABD1DC32' for module 'http://localhost:8080/
test/test2/'; a legacy, 1.3.3 compatible, serialization policy will be
used.  You may experience SerializationExceptions as a result.

The file  '6C7454447EB3F5DE8F334854ABD1DC32' doesn't exist in any
folder.

Thanks
Thomas



-- 
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