Bonjour,

Je développe une application où j'utilise un service RPC. Après un grand nombre de post dans une autre discution (et je remercie mes "helpers" ), je suis sur une nouvelle erreur que je ne comprends pas

Quand je suis en mode Hosted et dès le lancement de mon appli j'obtiens les warnings suivants :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
[WARN] StandardContext[]ServicesDistants: ERROR: The serialization policy file '/project.Application/B2A3207F4DC7D793EE415EDACF1B22BF.gwt.rpc' was not found; did you forget to include it in this deployment?
 
[WARN] StandardContext[]ServicesDistants: WARNING: Failed to get the SerializationPolicy 'B2A3207F4DC7D793EE415EDACF1B22BF' for module 'http://localhost:8888/project.Application/'; a legacy, 1.3.3 compatible, serialization policy will be used. You may experience SerializationExceptions as a result.
Pourtant j'arrive à accéder au fichier /project.Application/B2A3207F4DC7D793EE415EDACF1B22BF.gwt.rpc en tapant l'url

Merci pour votre aide