Thursday, October 1, 2020

Re: Strange GWT-RPC bug upgrading from 2.7 to 2.8+

First of all, when updating GWT SDK you should delete your gwtUnitCache directory. Historically there has always been some hiccups with the cache when upgrading GWT. By deleting it you make sure to start a fresh compile without any cached information.

If that does not help you should take the stack trace you see in the browser console and put a break point at the location calling your GWT-RPC service methods. This is just to verify that the GWT-RPC method is really called with non null parameters as you would expect. Maybe that is not the case.


-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/d0025bfc-4e41-4048-9bd6-f010bd889cfdo%40googlegroups.com.

No comments:

Post a Comment