Re: Upgrading to GWT 2.8.1 - GWTP Servlet Error

2017-07-21 Thread Thomas Broyer
You may want to use Maven rather than IntelliJ, or use the CodeServer (no idea how to do it, or if it's even possible) -- 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

Re: CORS remote logging

2017-07-21 Thread Jens
Maybe you have to configure Tomcat logging correctly? GWT simply uses the LogRecord you send and logs it (after deobfuscating) using java.util.logging.Logger.log(LogRecord). Just set a breakpoint in RemoteLoggingServiceImpl.logOnServer(LogRecord) to see what is going on. -- J. -- You

CORS remote logging

2017-07-21 Thread David
I am following http://spreadgwt.blogspot.com/2015/11/log-gwt-client-errors-on-server-side.html to use GWT remote logging feature. My server is Tomcat 8. Once I run my GWT application in Chrome, in "Network" tab, I can see everything going well (Please see Headers from Chrome below) . 1.

Re: GWT 2.8.0 RC2 is here!

2017-07-21 Thread Thomas Broyer
Have a look at https://github.com/gwtproject/gwt/tree/master/samples/mobilewebapp, we haven't had issues with AppEngine and GWT in the same Maven module (even though I discourage such usage). On Friday, July 21, 2017 at 10:47:41 AM UTC+2, Patrick Tessier wrote: > > I'm upgrading from 2.7 to

Re: GWT 2.8.0 RC2 is here!

2017-07-21 Thread Patrick Tessier
I'm upgrading from 2.7 to 2.8.1 now, but it seems I'm running into the same issue as Tony. I'm using AppEngine on the server side, which is in the same IntelliJ/Maven module as the GWT code. When launching devmode from IntelliJ, I get "Couldn't load project from Super Dev Mode server at...",