> Looking at this traces it seems to me that the file/line is consistent but 
> the member is completely off. That suggests that the wrong symbol map is 
> being used.
>

It is stock GWT with just a single change wrt to Date serialization. We 
deploy what GWT gives us and the code chooses the symbol map using the 
permutation strong name transferred via the GWT-RPC as HTTP header (
AbstractRemoteServiceServlet#getPermutationStrongName()). 

So I would say it is the correct symbol map and from the full exceptions I 
have seen so far the members itself are correct, but file/line is off here 
and there. You can see this in the first example. The stack of just the 
members is correct when calling Panel.clear() on a SimplePanel. However 
file name went crazy at some point and switches to some Guava stuff.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/3c878c4b-96b8-42e6-9d2a-138fc3e3b8ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to