Re: Upgrading to GWT 2.8.1 - GWTP Servlet Error

2017-07-20 Thread Thomas Broyer
Are you using AppEngine? How are you launching DevMode? Your Jetty 6 likely comes from the AppEngine SDK (it has only recently been upgraded to Jetty 9 AFAIK) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: Transpile plain Java project WITHOUT references to any UI, DOM, or any other web/framework features

2017-07-20 Thread Ryan Peden
I realize this question is a couple of weeks old, but I figure it's still worth answering in case you haven't found a solution. Do you run require('react-native') before you try to load your GWT library? When RN loads, it does define a global window object

Re: Upgrading to GWT 2.8.1 - GWTP Servlet Error

2017-07-20 Thread Renat Kabirov
I'm not sure about mailing list for gwtp. All is looking fine except this error occurs in Super Dev Mode, not regular running mode. On Wednesday, July 19, 2017 at 9:02:40 AM UTC-5, Michael Joyner wrote: > > Hrmmm does gwtp have a separate support mailing list? It really is a > server side

Can I remove compile permutations for the default language

2017-07-20 Thread Kirill Prazdnikov
I recommend you dropping permutations at all. Leaving the one. We did this few years ago and it`s good. -- 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

Re: SerializationException when application is modified

2017-07-20 Thread Óscar Frías Barranco
Hi. Thanks a lot for you all your replies. We have just noticed that the behavior of the RPC calls is different depending on whether the beans travelling through the wire implement Serializable or IsSerializable. When they implement IsSerializable the onFailure(Throwable) method of the