Hi all, I just updated a project using GWT 2.6.1 with version 2.7.0.
Everything seems to works client side (after adding some dummy property on the gwt.xml), the problem is server side.
I noticed that my WLS 12.1.1 stopped working after one deploy, so I started digging and I've found that the new gwt-servlet.jar fill the Permanent Generation memory.
I tried expanding it up to 512MB, but it can resist one more deploy, so I reverted to 2.6.1.
I saw that the jar size is quite the same, 9.2 vs 9.4 MB, so the problem must be inside the byte code.
Any idea ?
No one experienced such problem ?
Thanks.
L.